about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gengetopt
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-10-30 00:01:20 +0000
committerLudovic Courtès <ludo@gnu.org>2011-10-30 00:01:20 +0000
commit461f4d0c4e2e00e3f749a502d2cec5a7298ee77a (patch)
tree331c41dd0daff69f40e01fffd3a5375b0e422655 /pkgs/development/tools/misc/gengetopt
parent89df6c6c35f35b7ba99c88eed04443e673c7985a (diff)
GNU gengetopt 2.22.5.
svn path=/nixpkgs/trunk/; revision=30120
Diffstat (limited to 'pkgs/development/tools/misc/gengetopt')
-rw-r--r--pkgs/development/tools/misc/gengetopt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/gengetopt/default.nix b/pkgs/development/tools/misc/gengetopt/default.nix
index 7d5f47dba3971..ff4eec81d96bc 100644
--- a/pkgs/development/tools/misc/gengetopt/default.nix
+++ b/pkgs/development/tools/misc/gengetopt/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv }:
 
 stdenv.mkDerivation rec {
-  name = "gengetopt-2.22.4";
+  name = "gengetopt-2.22.5";
 
   src = fetchurl {
     url = "mirror://gnu/gengetopt/${name}.tar.gz";
-    sha256 = "08a4wmzvin8ljdgw2c0mcz654h4hpzam2p43hsf951c0xhj6ppsf";
+    sha256 = "0dr1xmlgk9q8za17wnpgghb5ifnbca5vb0w5bc6fpc2j0cjb6vrv";
   };
 
   doCheck = true;