gnustep.gui: 0.26.2 -> 0.27.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnustep-gui/versions
This commit is contained in:
parent
5bc3778ae7
commit
9484cd50d4
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ gsmakeDerivation, fetchurl, base }:
|
{ gsmakeDerivation, fetchurl, base }:
|
||||||
let
|
let
|
||||||
version = "0.26.2";
|
version = "0.27.0";
|
||||||
in
|
in
|
||||||
gsmakeDerivation {
|
gsmakeDerivation {
|
||||||
name = "gnustep-gui-${version}";
|
name = "gnustep-gui-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-${version}.tar.gz";
|
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-${version}.tar.gz";
|
||||||
sha256 = "1dsbkifnjha3ghq8xx55bpsbbng0cjsni3yz71r7342ax2ixcvxc";
|
sha256 = "1m6k3fa2ndxv0kl2fazi76mwa27gn5jyp24q0rk96f2djhsy94br";
|
||||||
};
|
};
|
||||||
buildInputs = [ base ];
|
buildInputs = [ base ];
|
||||||
patches = [ ./fixup-all.patch ];
|
patches = [ ./fixup-all.patch ];
|
||||||
|
|
Loading…
Reference in a new issue