ocamlPackages.ocamlfuse: 2.7.1_cvs11 -> 2.7.1_cvs12

This commit is contained in:
R. Ryantm
2025-04-30 01:41:30 +00:00
parent 3701dbcbc4
commit 56c3f2b228

View File

@@ -9,13 +9,13 @@
buildDunePackage rec {
pname = "ocamlfuse";
version = "2.7.1_cvs11";
version = "2.7.1_cvs12";
src = fetchFromGitHub {
owner = "astrada";
repo = "ocamlfuse";
rev = "v${version}";
hash = "sha256-D/Gn+02Kq4mqEpNZrYYw/NXSJce2joGhl3wUZDhVDYo=";
hash = "sha256-ZYwvILgJvVa1nhTJ2V0h8my4kJGefkpZdDQMcJKNQ88=";
};
postPatch = ''