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.
2 parents 4ce5113 + 6b81f53 commit 4a57104Copy full SHA for 4a57104
pkgs/by-name/gc/gcli/package.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation rec {
12
pname = "gcli";
13
- version = "2.6.0";
+ version = "2.6.1";
14
15
src = fetchFromGitHub {
16
owner = "herrhotzenplotz";
17
repo = "gcli";
18
rev = "v${version}";
19
- hash = "sha256-60B1XRoeSjSEo5nxrCJL9lizq7ELGe8+hdmC4lkMhis=";
+ hash = "sha256-pAnDxcQLRF97OzO7/P7eRXv/BUJwbuEveEVUBQuNJBE=";
20
};
21
22
nativeBuildInputs = [
0 commit comments