summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/gnustep
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 13:28:58 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 13:28:58 -0800
commitc9d7cc8040c4df9bd0329506587f288a972f37b5 (patch)
treea7e74a5dac032798ae39c5410e244ed089ddd2aa /pkgs/desktops/gnustep
parentbfd31e29c81de1a66beee323a6f34ebaf6966d8a (diff)
gnustep.base: 1.25.1 -> 1.26.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-base/versions
Diffstat (limited to 'pkgs/desktops/gnustep')
-rw-r--r--pkgs/desktops/gnustep/base/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnustep/base/default.nix b/pkgs/desktops/gnustep/base/default.nix
index 9d1606ea6b7f..e96dbf0b6fc5 100644
--- a/pkgs/desktops/gnustep/base/default.nix
+++ b/pkgs/desktops/gnustep/base/default.nix
@@ -11,13 +11,13 @@
, pkgconfig, portaudio
}:
let
- version = "1.25.1";
+ version = "1.26.0";
in
gsmakeDerivation {
name = "gnustep-base-${version}";
src = fetchurl {
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-${version}.tar.gz";
- sha256 = "17mnilg28by74wc08nkwp6gi06x3j2nrcf05wg64nrw5ljffp2zj";
+ sha256 = "0ws16rwqx0qvqpyjsxbdylfpkgjr19nqc9i3b30wywqcqrkc12zn";
};
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [