mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.pecu: 0.6 → 0.7
This commit is contained in:
parent
adc44ac0ee
commit
435a273fbb
@ -2,15 +2,13 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "pecu";
|
||||
version = "0.6";
|
||||
|
||||
duneVersion = "3";
|
||||
version = "0.7";
|
||||
|
||||
minimalOCamlVersion = "4.03";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/pecu/releases/download/v${version}/pecu-v${version}.tbz";
|
||||
sha256 = "a9d2b7da444c83b20f879f6c3b7fc911d08ac1e6245ad7105437504f9394e5c7";
|
||||
url = "https://github.com/mirage/pecu/releases/download/v${version}/pecu-${version}.tbz";
|
||||
hash = "sha256-rXR3tbFkKNM8MkQAZ2hJU9lO+qQ/qvYghXkYus6f13g=";
|
||||
};
|
||||
|
||||
# crowbar availability
|
||||
|
Loading…
Reference in New Issue
Block a user