Merge pull request #244427 from trofi/re2c-update

This commit is contained in:
Sandro 2023-07-21 11:31:50 +02:00 committed by GitHub
commit 17c6f710a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "re2c";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = "skvadrik";
repo = "re2c";
rev = version;
sha256 = "sha256-ovwmltu97fzNQT0oZHefrAo4yV9HV1NwcY4PTSM5Bro=";
sha256 = "sha256-7zZdLby7HdNoURgdkg+xnlp6VDCACcyGCTtjM43OLd4=";
};
nativeBuildInputs = [