mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gcli: 2.7.0 -> 2.8.0 (#411044)
This commit is contained in:
commit
55ed512189
1 changed files with 2 additions and 11 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue