Skip to content

Commit 015d3ed

Browse files
gup: 0.9.1 -> 0.9.2 (#336413)
2 parents f251273 + b9df781 commit 015d3ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/development/tools/build-managers/gup/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchFromGitHub, nix-update-source, lib, python3
22
, which, runtimeShell, pylint }:
33
stdenv.mkDerivation rec {
4-
version = "0.9.1";
4+
version = "0.9.2";
55
src = fetchFromGitHub {
6+
hash = "sha256-bV5HauM0xmRI/9Pxp1cYLPLA8PbFvPER2y4mAMmgchs=";
67
owner = "timbertson";
78
repo = "gup";
89
rev = "version-${version}";
9-
sha256 = "1wfw46b647rkalwds6547ylzy353b3xlklhcl2xjgj2gihvi30mx";
1010
};
1111
pname = "gup";
1212
nativeBuildInputs = [ python3 which pylint ];
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
3131
--set repo gup \
3232
--set type fetchFromGitHub \
3333
--set rev 'version-{version}' \
34+
--nix-literal rev 'version-''${version}'\
3435
--modify-nix default.nix
3536
''
3637
];

0 commit comments

Comments
 (0)