Skip to content
Snippets Groups Projects
Commit 4a3d3fd1 authored by Daniel Firth's avatar Daniel Firth
Browse files

cryptohash-sha1: 0.11.100.1 -> f82ceae0d2ad23cc5d4e7f69367b4b4796b852b8

parent 17103e3f
Branches
Tags
No related merge requests found
...@@ -66,6 +66,22 @@ ...@@ -66,6 +66,22 @@
"type": "github" "type": "github"
} }
}, },
"cryptohash-sha1": {
"flake": false,
"locked": {
"lastModified": 1660587782,
"narHash": "sha256-7narJN/P+e3G7A9KtMe3uoMPi8DO9FPwQu7KG6NaixQ=",
"owner": "haskell-hvr",
"repo": "cryptohash-sha1",
"rev": "f82ceae0d2ad23cc5d4e7f69367b4b4796b852b8",
"type": "github"
},
"original": {
"owner": "haskell-hvr",
"repo": "cryptohash-sha1",
"type": "github"
}
},
"doctest": { "doctest": {
"flake": false, "flake": false,
"locked": { "locked": {
...@@ -318,6 +334,7 @@ ...@@ -318,6 +334,7 @@
"all-cabal-hashes": "all-cabal-hashes", "all-cabal-hashes": "all-cabal-hashes",
"cache-effectful": "cache-effectful", "cache-effectful": "cache-effectful",
"cborg": "cborg", "cborg": "cborg",
"cryptohash-sha1": "cryptohash-sha1",
"doctest": "doctest", "doctest": "doctest",
"double-conversion": "double-conversion", "double-conversion": "double-conversion",
"ed25519": "ed25519", "ed25519": "ed25519",
......
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
url = "github:parsonsmatt/cborg/05ca2063ff631667699bffbeee3a4a076943b905"; url = "github:parsonsmatt/cborg/05ca2063ff631667699bffbeee3a4a076943b905";
flake = false; flake = false;
}; };
cryptohash-sha1 = {
url = "github:haskell-hvr/cryptohash-sha1";
flake = false;
};
doctest = { doctest = {
url = "github:parsonsmatt/doctest/a5f696b80bb8220d284e34d90f0b94291b859e77"; url = "github:parsonsmatt/doctest/a5f696b80bb8220d284e34d90f0b94291b859e77";
flake = false; flake = false;
......
...@@ -85,7 +85,7 @@ final: prev: with pkgs.haskell.lib; { ...@@ -85,7 +85,7 @@ final: prev: with pkgs.haskell.lib; {
constraints = doJailbreak (prev.callHackage "constraints" "0.13.4" { }); constraints = doJailbreak (prev.callHackage "constraints" "0.13.4" { });
cryptohash-sha1 = doJailbreak (prev.callHackage "cryptohash-sha1" "0.11.100.1" { }); cryptohash-sha1 = prev.callCabal2nix "cryptohash-sha1" inputs.cryptohash-sha1 { };
cryptonite = prev.callHackage "cryptonite" "0.30" { }; cryptonite = prev.callHackage "cryptonite" "0.30" { };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment