mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
decker: 1.4 -> 1.7
This commit is contained in:
parent
2643f15d0d
commit
86ad8eb1d5
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "decker";
|
pname = "decker";
|
||||||
version = "1.4";
|
version = "1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "JohnEarnest";
|
owner = "JohnEarnest";
|
||||||
repo = "Decker";
|
repo = "Decker";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-4QChiQcETofVoe/oPR5Xh9h99SHETUTQvdCHkEpDAZs=";
|
sha256 = "sha256-yfUD+qvINx0QLvXwuc4MTEK/Z1tcHpy0ZK4peCfkozk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -49,11 +49,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs ./scripts/*
|
patchShebangs ./scripts/*
|
||||||
substituteInPlace ./scripts/install.sh --replace "sudo " ""
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://beyondloom.com/decker/index.html";
|
homepage = "https://beyondloom.com/decker";
|
||||||
description = "Multimedia platform for creating and sharing interactive documents";
|
description = "Multimedia platform for creating and sharing interactive documents";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user