lol

ocamlPackages.pecu: 0.6 → 0.7

authored by

Vincent Laporte and committed by
Vincent Laporte
435a273f adc44ac0

+3 -5
+3 -5
pkgs/development/ocaml-modules/pecu/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "pecu"; 5 - version = "0.6"; 6 - 7 - duneVersion = "3"; 5 + version = "0.7"; 8 6 9 7 minimalOCamlVersion = "4.03"; 10 8 11 9 src = fetchurl { 12 - url = "https://github.com/mirage/pecu/releases/download/v${version}/pecu-v${version}.tbz"; 13 - sha256 = "a9d2b7da444c83b20f879f6c3b7fc911d08ac1e6245ad7105437504f9394e5c7"; 10 + url = "https://github.com/mirage/pecu/releases/download/v${version}/pecu-${version}.tbz"; 11 + hash = "sha256-rXR3tbFkKNM8MkQAZ2hJU9lO+qQ/qvYghXkYus6f13g="; 14 12 }; 15 13 16 14 # crowbar availability