mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
ocamlPackages.tezos-stdlib: fix hash
This commit is contained in:
parent
590e568465
commit
3cd570dfcd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ buildDunePackage rec {
|
|||
owner = "tezos";
|
||||
repo = "tezos";
|
||||
rev = "v${version}";
|
||||
sha256 = "12cv2cssnw60jbpnh6xjysxgsgcj7d72454k4zs2b8fjx7mkgksk";
|
||||
sha256 = "1ykhz5m5sb2hq04nspbsbq8wspkhimagb5g6yi65hpdbn8f4zr6h";
|
||||
};
|
||||
|
||||
minimalOCamlVersion = "4.0.8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue