Skip to content

Commit a4772bd

Browse files
authoredMar 25, 2025
cfdg: 3.4.1 -> 3.4.2 (#393067)
2 parents 6ea2759 + d7e1e83 commit a4772bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/cf/cfdg/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "cfdg";
14-
version = "3.4.1";
14+
version = "3.4.2";
1515
src = fetchFromGitHub {
1616
owner = "MtnViewJohn";
1717
repo = "context-free";
1818
rev = "Version${version}";
19-
sha256 = "sha256-f2VMb0TM50afKf/lGdZBP2z13UrCVgG4/IYi5gnD+ow=";
19+
sha256 = "sha256-PtkvhX5PIeN/5UDpAaVwBwfp8ykjsjfH+8iGdbNQOfI=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)
Failed to load comments.