gnustep.base: 1.26.0 -> 1.27.0

This commit is contained in:
R. RyanTM 2020-04-16 20:17:18 +00:00 committed by ajs124
parent fb13a1fc8d
commit 21cf5c99c4
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
, libiberty , libiberty
}: }:
let let
version = "1.26.0"; version = "1.27.0";
in in
gsmakeDerivation { gsmakeDerivation {
name = "gnustep-base-${version}"; name = "gnustep-base-${version}";
src = fetchurl { src = fetchurl {
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-${version}.tar.gz"; url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-${version}.tar.gz";
sha256 = "0ws16rwqx0qvqpyjsxbdylfpkgjr19nqc9i3b30wywqcqrkc12zn"; sha256 = "10xjrv5d443wzll6lf9y65p6v9kvx7xxklhsm1j05y93vwgzl0w8";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ propagatedBuildInputs = [