Merge pull request #54203 from r-ryantm/auto-update/gnustep-gui

gnustep.gui: 0.26.2 -> 0.27.0
This commit is contained in:
Joachim F 2019-01-21 22:48:24 +00:00 committed by GitHub
commit f3ade9a28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ gsmakeDerivation, fetchurl, base }:
let
version = "0.26.2";
version = "0.27.0";
in
gsmakeDerivation {
name = "gnustep-gui-${version}";
src = fetchurl {
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-${version}.tar.gz";
sha256 = "1dsbkifnjha3ghq8xx55bpsbbng0cjsni3yz71r7342ax2ixcvxc";
sha256 = "1m6k3fa2ndxv0kl2fazi76mwa27gn5jyp24q0rk96f2djhsy94br";
};
buildInputs = [ base ];
patches = [ ./fixup-all.patch ];