mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.type_eq: Fix build failure due to source tarball change
v0.0.1 of `type_eq` needed to be re-released, due to feedback from `opam-repository`, which edited the `type_eq.opam` file. Due to this change, the source tarball changed slightly, and its hash is now different. We need to update the hash in its `nixpkgs` definition.
This commit is contained in:
parent
4b7a5975a5
commit
8f34299f1b
@ -12,7 +12,7 @@ buildDunePackage rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/skolemlabs/type_eq/releases/download/${version}/${pname}-${version}.tbz";
|
||||
hash = "sha256-eFVZJJfU6hfb8vKNXOZLZ1cHcsDdzFUerbh2RZBt0Zk=";
|
||||
hash = "sha256-4u/HF92Hbf9Rcv+JTAMPhYZjoKZ1cS0mBMkzU/hxx38=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user