decker: 1.4 -> 1.7

This commit is contained in:
Gabriel Arazas 2022-12-20 11:10:34 +08:00
parent 2643f15d0d
commit 86ad8eb1d5

View File

@ -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;