gcli: 2.7.0 -> 2.8.0 (#411044)

This commit is contained in:
Wolfgang Walther 2025-06-01 20:35:30 +00:00 committed by GitHub
commit 55ed512189
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,24 +11,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gcli"; pname = "gcli";
version = "2.7.0"; version = "2.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "herrhotzenplotz"; owner = "herrhotzenplotz";
repo = "gcli"; repo = "gcli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-N5dzGhyXPDWcm/cNUSUQt4rR+PzaD1OUssRO3Sdfmoo="; hash = "sha256-s71RImg/N8v9h472upI94Pae/Zlw27f4Kc9SCavP1oY=";
}; };
patches = [
# Darwin builds are fixed in master, but the change is unreleased.
(fetchpatch {
name = "darwin-build-fix.patch";
url = "https://github.com/herrhotzenplotz/gcli/commit/720e372250fd363bdd90e9452907508563e30f93.patch";
hash = "sha256-TpjIisje20YObN2wf8iQlwHlY5kg0S7xTkUWxAmK+po=";
})
];
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
byacc byacc