1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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