cfdg: 3.4.1 -> 3.4.2 (#393067)

This commit is contained in:
7c6f434c
2025-03-25 16:30:33 +00:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "cfdg";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "MtnViewJohn";
repo = "context-free";
rev = "Version${version}";
sha256 = "sha256-f2VMb0TM50afKf/lGdZBP2z13UrCVgG4/IYi5gnD+ow=";
sha256 = "sha256-PtkvhX5PIeN/5UDpAaVwBwfp8ykjsjfH+8iGdbNQOfI=";
};
nativeBuildInputs = [