gcli: 2.2.0 -> 2.6.0

This commit is contained in:
Johannes Maier
2025-01-18 10:26:42 +01:00
parent 7753807735
commit c8221984a7
+3 -5
View File
@@ -3,7 +3,6 @@
fetchFromGitHub,
stdenv,
curl,
autoreconfHook,
pkg-config,
byacc,
flex,
@@ -11,17 +10,16 @@
stdenv.mkDerivation rec {
pname = "gcli";
version = "2.2.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "herrhotzenplotz";
repo = "gcli";
rev = version;
hash = "sha256-extVTaTWVFXSTiXlZ/MtiiFdc/KZEDkc+A7xxylJaM4=";
rev = "v${version}";
hash = "sha256-60B1XRoeSjSEo5nxrCJL9lizq7ELGe8+hdmC4lkMhis=";
};
nativeBuildInputs = [
autoreconfHook
pkg-config
byacc
flex