lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.ocamlfuse: 2.7.1_cvs7 -> 2.7.1_cvs8

Diff: https://github.com/astrada/ocamlfuse/compare/v2.7.1_cvs7...v2.7.1_cvs8

Changelog: https://github.com/astrada/ocamlfuse/releases/tag/v2.7.1_cvs8

authored by

Mario Rodas and committed by
Vincent Laporte
1c4d9e9a 64619daa

+2 -2
+2 -2
pkgs/development/ocaml-modules/ocamlfuse/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "ocamlfuse"; 5 - version = "2.7.1_cvs7"; 5 + version = "2.7.1_cvs8"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "astrada"; 9 9 repo = "ocamlfuse"; 10 10 rev = "v${version}"; 11 - sha256 = "6nmPXZx38hBGlg+gV9nnlRpPfeSAqDj4zBPcjUNvTRo="; 11 + hash = "sha256-Cm9mdYzpKnYoNyAJvjJkiDBP/O4n1JiTkhXQO3w7+hA="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ camlidl ];