We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 94be2db commit b73fd0cCopy full SHA for b73fd0c
pkgs/development/tools/misc/global/default.nix
@@ -4,11 +4,11 @@
4
5
stdenv.mkDerivation rec {
6
name = "global-${version}";
7
- version = "6.5.6";
+ version = "6.5.7";
8
9
src = fetchurl {
10
url = "mirror://gnu/global/${name}.tar.gz";
11
- sha256 = "018m536k5y6lks1a6gqn3bsp7r8zk017znqj9kva1nm8d7x9lbqj";
+ sha256 = "0cnd7a7d1pl46yk15q6mnr9i9w3xi8pxgchw4ia9njgr4jjqzh6r";
12
};
13
14
nativeBuildInputs = [ libtool makeWrapper ];
0 commit comments