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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue