ocamlPackages.ocamlfuse: 2.7.1_cvs12 -> 2.7.1_cvs13 (#410410)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:59:18 +00:00 committed by GitHub
commit e879f79ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = ''