mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-cryptohash: update to version 0.9.0
This commit is contained in:
parent
41c6d26e16
commit
49c9e98e12
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cryptohash";
|
pname = "cryptohash";
|
||||||
version = "0.8.4";
|
version = "0.9.0";
|
||||||
sha256 = "0h58apxcrvpkyj3s2c7l68g7biv80snkn53g6jya1s687xff8fmn";
|
sha256 = "0ipzrp83pz33qc7gmn9bmhbmc1f0hfvagyfr5bnmhgrh6lgy9s7l";
|
||||||
buildDepends = [ cereal cryptoApi tagged ];
|
buildDepends = [ cereal cryptoApi tagged ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit QuickCheck testFramework testFrameworkHunit
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
|
Loading…
Reference in New Issue
Block a user