gup: use SRI hash and fix updateScript

This commit is contained in:
Tim Cuthbertson 2024-09-03 22:15:18 +10:00
parent b488ef7483
commit b9df781c54

View File

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
version = "0.9.2";
src = fetchFromGitHub {
hash = "sha256-bV5HauM0xmRI/9Pxp1cYLPLA8PbFvPER2y4mAMmgchs=";
owner = "timbertson";
repo = "gup";
rev = "version-0.9.2";
sha256 = "06vjl34h09ifvc8z3g65yvqc1wic31bsgwfkzx469iilwdm4fpkd";
rev = "version-${version}";
};
pname = "gup";
nativeBuildInputs = [ python3 which pylint ];
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
--set repo gup \
--set type fetchFromGitHub \
--set rev 'version-{version}' \
--nix-literal rev 'version-''${version}'\
--modify-nix default.nix
''
];