gcli: 2.10.0 -> 2.11.0

This commit is contained in:
R. Ryantm
2026-03-21 14:07:15 +00:00
parent 7d1d835740
commit 505acabc2a
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "gcli";
version = "2.10.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "herrhotzenplotz";
repo = "gcli";
rev = "v${version}";
hash = "sha256-2L6/ZYxRY2xrTxr/oD02xCRqdk7VWrPlFwr8wU8C2x8=";
hash = "sha256-KTXAmwLTOGvFlJ52w6PplVlF72CC5JJheGlhJirh2+I=";
};
nativeBuildInputs = [