Skip to content

Commit b488ef7

Browse files
committed
gup: 0.9.1 -> 0.9.2
1 parent d13fa5a commit b488ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 {
66
owner = "timbertson";
77
repo = "gup";
8-
rev = "version-${version}";
9-
sha256 = "1wfw46b647rkalwds6547ylzy353b3xlklhcl2xjgj2gihvi30mx";
8+
rev = "version-0.9.2";
9+
sha256 = "06vjl34h09ifvc8z3g65yvqc1wic31bsgwfkzx469iilwdm4fpkd";
1010
};
1111
pname = "gup";
1212
nativeBuildInputs = [ python3 which pylint ];

0 commit comments

Comments
 (0)