Skip to content

Commit 4a57104

Browse files
gcli: 2.6.0 -> 2.6.1 (NixOS#375875)
Co-authored-by: kenranunderscore <[email protected]>
2 parents 4ce5113 + 6b81f53 commit 4a57104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gc/gcli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "gcli";
13-
version = "2.6.0";
13+
version = "2.6.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "herrhotzenplotz";
1717
repo = "gcli";
1818
rev = "v${version}";
19-
hash = "sha256-60B1XRoeSjSEo5nxrCJL9lizq7ELGe8+hdmC4lkMhis=";
19+
hash = "sha256-pAnDxcQLRF97OzO7/P7eRXv/BUJwbuEveEVUBQuNJBE=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)