ocamlPackages.ocamlfuse: 2.7.1_cvs12 -> 2.7.1_cvs13

This commit is contained in:
R. Ryantm
2025-05-24 05:32:52 +00:00
parent a61befb69a
commit 4ff4154371
@@ -9,13 +9,13 @@
buildDunePackage rec {
pname = "ocamlfuse";
version = "2.7.1_cvs12";
version = "2.7.1_cvs13";
src = fetchFromGitHub {
owner = "astrada";
repo = "ocamlfuse";
rev = "v${version}";
hash = "sha256-ZYwvILgJvVa1nhTJ2V0h8my4kJGefkpZdDQMcJKNQ88=";
hash = "sha256-h1ExohTlr1gP2DwHKQW3PTwz6d3pust5gdeyTHJ2KBk=";
};
postPatch = ''