about summary refs log tree commit diff
path: root/pkgs/desktops/gnustep
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-30 03:50:49 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-04 09:16:30 -0700
commitc0a59102299f7798b05040be8f8eee1ba50e7f15 (patch)
tree763f47cd4c1f0182cb43fb635fdc132e3bd411e3 /pkgs/desktops/gnustep
parentf0ae83ce523db9f6229828a15e8198f4b57542d4 (diff)
gnustep.make: 2.9.0 -> 2.9.1
Diffstat (limited to 'pkgs/desktops/gnustep')
-rw-r--r--pkgs/desktops/gnustep/make/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnustep/make/default.nix b/pkgs/desktops/gnustep/make/default.nix
index def8e297b552e..f9b4ae553c85c 100644
--- a/pkgs/desktops/gnustep/make/default.nix
+++ b/pkgs/desktops/gnustep/make/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gnustep-make";
-  version = "2.9.0";
+  version = "2.9.1";
 
   src = fetchurl {
     url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-${version}.tar.gz";
-    sha256 = "sha256-oLBmwRJXh5x8hTEd6mnGf23HQe8znbZRT4W2SZLEDSo=";
+    sha256 = "sha256-w9bnDPFWsn59HtJQHFffP5bidIjOLzUbk+R5xYwB6uc=";
   };
 
   configureFlags = [