re2: 20201001 -> 20210401 (#119742)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
launchpad/nixpkgs/master
sterni 3 years ago committed by GitHub
parent c577e0ee09
commit 33406ad455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/development/libraries/re2/default.nix

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "re2";
version = "20201001";
version = "2021-04-01";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = "2020-10-01";
sha256 = "0a5f7av1pk6p3jxc2w6prl00lyrplap97m68hnhw7jllnwljk0bx";
rev = version;
sha256 = "1iia0883lssj7ckbsr0n7yb3gdw24c8wnl2q5hhzlml23h4ipbh3";
};
preConfigure = ''

Loading…
Cancel
Save