summary refs log tree commit diff
path: root/pkgs/development/tools/misc/global
diff options
context:
space:
mode:
authorPeter Hoeg <peter@speartail.com>2016-09-29 10:40:51 +0800
committerPeter Hoeg <peter@speartail.com>2016-09-29 10:40:51 +0800
commit76aa997f209c017ed7e76623f846fc47dcc3cb71 (patch)
treeaeca439969c16f32cef3bc2287cc6ea0b8b6b6e0 /pkgs/development/tools/misc/global
parentadfcc2d9531e78bf6a9e3b56e2f4fc873cb3d87b (diff)
downloadnixpkgs-76aa997f209c017ed7e76623f846fc47dcc3cb71.tar
nixpkgs-76aa997f209c017ed7e76623f846fc47dcc3cb71.tar.gz
nixpkgs-76aa997f209c017ed7e76623f846fc47dcc3cb71.tar.bz2
nixpkgs-76aa997f209c017ed7e76623f846fc47dcc3cb71.tar.lz
nixpkgs-76aa997f209c017ed7e76623f846fc47dcc3cb71.tar.xz
nixpkgs-76aa997f209c017ed7e76623f846fc47dcc3cb71.tar.zst
nixpkgs-76aa997f209c017ed7e76623f846fc47dcc3cb71.zip
gnu global: 6.5.4 -> 6.5.5
Diffstat (limited to 'pkgs/development/tools/misc/global')
-rw-r--r--pkgs/development/tools/misc/global/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/global/default.nix b/pkgs/development/tools/misc/global/default.nix
index 3d09bc92cd3..d609b3b664c 100644
--- a/pkgs/development/tools/misc/global/default.nix
+++ b/pkgs/development/tools/misc/global/default.nix
@@ -3,11 +3,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "global-6.5.4";
+  name = "global-${version}";
+  version = "6.5.5";
 
   src = fetchurl {
     url = "mirror://gnu/global/${name}.tar.gz";
-    sha256 = "19hxajpwld6qx0faz4rzyh1hfs25ycjmws6bas8pavx4hskf05mg";
+    sha256 = "0yyg91qw8399lnxfai4bxkh9yq71qdwp9kvadgzp05cdqni44nxw";
   };
 
   nativeBuildInputs = [ libtool makeWrapper ];
@@ -51,7 +52,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = http://www.gnu.org/software/global/;
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ pSub ];
+    maintainers = with maintainers; [ pSub peterhoeg ];
     platforms = platforms.unix;
   };
 }