mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-cryptohash-cryptoapi: update to version 0.1.3
This commit is contained in:
parent
448d6458a6
commit
9e04637777
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cryptohash-cryptoapi";
|
pname = "cryptohash-cryptoapi";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
sha256 = "1i2qxyq5qk4jzgkl7kndy10sbmzmagamfnqvl300qm3msi9k0kfy";
|
sha256 = "0wj53p32js8lfg0i8akrljpash0jdiyv2vcqpmjbd4dq2fx81w2n";
|
||||||
buildDepends = [ cereal cryptoApi cryptohash tagged ];
|
buildDepends = [ cereal cryptoApi cryptohash tagged ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cryptohash-cryptoapi";
|
homepage = "http://github.com/vincenthz/hs-cryptohash-cryptoapi";
|
||||||
|
|
Loading…
Reference in a new issue