about summary refs log tree commit diff
path: root/pkgs/tools/misc/getopt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/getopt/default.nix')
-rw-r--r--pkgs/tools/misc/getopt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/getopt/default.nix b/pkgs/tools/misc/getopt/default.nix
index ed9de85fcbc82..d8e8bb9ab6296 100644
--- a/pkgs/tools/misc/getopt/default.nix
+++ b/pkgs/tools/misc/getopt/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl}:
 
 stdenv.mkDerivation {
-  name = "getopt-1.1.3";
+  name = "getopt-1.1.4";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/tarballs/getopt-1.1.3.tar.gz;
-    md5 = "7b7637dcb0ac531f1af29f4d6b018e86";
+    url = http://nix.cs.uu.nl/dist/tarballs/getopt-1.1.4.tar.gz;
+    md5 = "02188ca68da27c4175d6e9f3da732101";
   };
 }