gcli: 2.6.0 -> 2.6.1 (#375875)

Co-authored-by: kenranunderscore <kenranunderscore@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-23 13:54:03 +00:00
committed by GitHub
co-authored by kenranunderscore
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "gcli";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "herrhotzenplotz";
repo = "gcli";
rev = "v${version}";
hash = "sha256-60B1XRoeSjSEo5nxrCJL9lizq7ELGe8+hdmC4lkMhis=";
hash = "sha256-pAnDxcQLRF97OzO7/P7eRXv/BUJwbuEveEVUBQuNJBE=";
};
nativeBuildInputs = [