mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-crypto-conduit: update to version 0.5.2.1
This commit is contained in:
parent
287346dfce
commit
2c979c18c5
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-conduit";
|
pname = "crypto-conduit";
|
||||||
version = "0.5.2";
|
version = "0.5.2.1";
|
||||||
sha256 = "0ncqwr2a9nxl6q7qys9gb5db62lx622g5db1xhpfni045x324kbz";
|
sha256 = "1i9m4pzy4ib9n941zlh398idmxcjak2496c4c73i8bmikryahl8p";
|
||||||
buildDepends = [ cereal conduit cryptoApi transformers ];
|
buildDepends = [ cereal conduit cryptoApi transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
|
cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
|
||||||
|
|
Loading…
Reference in a new issue