We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b488ef7 commit b9df781Copy full SHA for b9df781
pkgs/development/tools/build-managers/gup/default.nix
@@ -3,10 +3,10 @@
3
stdenv.mkDerivation rec {
4
version = "0.9.2";
5
src = fetchFromGitHub {
6
+ hash = "sha256-bV5HauM0xmRI/9Pxp1cYLPLA8PbFvPER2y4mAMmgchs=";
7
owner = "timbertson";
8
repo = "gup";
- rev = "version-0.9.2";
9
- sha256 = "06vjl34h09ifvc8z3g65yvqc1wic31bsgwfkzx469iilwdm4fpkd";
+ rev = "version-${version}";
10
};
11
pname = "gup";
12
nativeBuildInputs = [ python3 which pylint ];
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
31
--set repo gup \
32
--set type fetchFromGitHub \
33
--set rev 'version-{version}' \
34
+ --nix-literal rev 'version-''${version}'\
35
--modify-nix default.nix
36
''
37
];
0 commit comments