gperf: 3.0.4 -> 3.1
See https://lists.gnu.org/archive/html/info-gnu/2017-01/msg00005.html for full release announcement.
This commit is contained in:
parent
d8e3c20c2e
commit
919a1435da
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gperf-3.0.4";
|
||||
name = "gperf-3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gperf/${name}.tar.gz";
|
||||
sha256 = "0gnnm8iqcl52m8iha3sxrzrl9mcyhg7lfrhhqgdn4zj00ji14wbn";
|
||||
sha256 = "1qispg6i508rq8pkajh26cznwimbnj06wq9sd85vg95v8nwld1aq";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user