Merge pull request #37428 from ryantm/auto-update/gnustep-base

gnustep.base: 1.24.9 -> 1.25.1
This commit is contained in:
Matthew Justin Bauer 2018-03-23 00:11:09 -05:00 committed by GitHub
commit 92c2242259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
, pkgconfig, portaudio
}:
let
version = "1.24.9";
version = "1.25.1";
in
gsmakeDerivation {
name = "gnustep-base-${version}";
src = fetchurl {
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-${version}.tar.gz";
sha256 = "1vvjlbqmlwr82b4pf8c62rxjgz475bmg0x2yd0bbkia6yvwhk585";
sha256 = "17mnilg28by74wc08nkwp6gi06x3j2nrcf05wg64nrw5ljffp2zj";
};
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [