ocamlPackages.ocamlfuse: 2.7.1_cvs9 -> 2.7.1_cvs11

This commit is contained in:
R. Ryantm 2024-04-21 01:21:20 +00:00
parent 754a00b38a
commit 6e140aaf3f

View File

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