Merge pull request #248995 from r-ryantm/auto-update/cfdg

cfdg: 3.3 -> 3.4.1
This commit is contained in:
7c6f434c 2023-08-14 09:18:03 +00:00 committed by GitHub
commit 78edd81049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "cfdg";
version = "3.3";
version = "3.4.1";
src = fetchFromGitHub {
owner = "MtnViewJohn";
repo = "context-free";
rev = "Version${version}";
sha256 = "13m8npccacmgxbs4il45zw53dskjh53ngv2nxahwqw8shjrws4mh";
sha256 = "sha256-f2VMb0TM50afKf/lGdZBP2z13UrCVgG4/IYi5gnD+ow=";
};
nativeBuildInputs = [ bison flex ];