1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

re2: upgrade to 20140304

This commit is contained in:
Mathijs Kwik 2014-04-26 20:12:20 +02:00
parent 7e7d8d651a
commit 9e7c905d98

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "re2";
version = "20130802";
version = "20140304";
src = fetchurl {
url = "https://re2.googlecode.com/files/${name}-${version}.tgz";
sha256 = "12yxbjsnc1ym7jny470wbnb6h3rgsfv0z75vdp12npklck5nmwhp";
sha256 = "19wn0472c9dsxp35d0m98hlwhngx1f2xhxqgr8cb5x72gnjx3zqb";
};
preConfigure = ''