about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 11:43:40 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 11:43:40 -0800
commit9484cd50d429c007e28a9d8fc9bc16b5b21e6a12 (patch)
tree397de14d6cf89f8bf8f1b5381de9604956d44664 /pkgs/desktops
parent5bc3778ae736e21064ccd3140ff43458459300b4 (diff)
downloadnixlib-9484cd50d429c007e28a9d8fc9bc16b5b21e6a12.tar
nixlib-9484cd50d429c007e28a9d8fc9bc16b5b21e6a12.tar.gz
nixlib-9484cd50d429c007e28a9d8fc9bc16b5b21e6a12.tar.bz2
nixlib-9484cd50d429c007e28a9d8fc9bc16b5b21e6a12.tar.lz
nixlib-9484cd50d429c007e28a9d8fc9bc16b5b21e6a12.tar.xz
nixlib-9484cd50d429c007e28a9d8fc9bc16b5b21e6a12.tar.zst
nixlib-9484cd50d429c007e28a9d8fc9bc16b5b21e6a12.zip
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
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnustep/gui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnustep/gui/default.nix b/pkgs/desktops/gnustep/gui/default.nix
index 399bad2581f6..72d109b69796 100644
--- a/pkgs/desktops/gnustep/gui/default.nix
+++ b/pkgs/desktops/gnustep/gui/default.nix
@@ -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 ];