re2c: 3.0 -> 3.1

Changes: https://re2c.org/releases/changelog/changelog.html#id1
This commit is contained in:
Sergei Trofimovich 2023-07-19 23:59:15 +01:00
parent c58bd8261f
commit 901246e11a

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 = [