Merge pull request #286643 from r-ryantm/auto-update/gcli

gcli: 2.1.0 -> 2.2.0
This commit is contained in:
Weijia Wang 2024-02-06 21:54:17 +01:00 committed by GitHub
commit d963dfa2f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "gcli";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "herrhotzenplotz";
repo = "gcli";
rev = version;
hash = "sha256-JZL0AcbrGYBceQ6ctspgnbzlVD4pg95deg9BWUFQCv8=";
hash = "sha256-extVTaTWVFXSTiXlZ/MtiiFdc/KZEDkc+A7xxylJaM4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config byacc flex ];