mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
haskell-cipher-rc4: update to version 0.1.4
This commit is contained in:
parent
e8509b1cf7
commit
3b36ea9ebb
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cipher-rc4";
|
||||
version = "0.1.3";
|
||||
sha256 = "1pdkm7m3v8c7wks7asvqixxjk9jixf78n489ckmw10p77wrqby78";
|
||||
version = "0.1.4";
|
||||
sha256 = "0k9qf0cn5yxc4qlqikcm5yyrnkkvr6g3v7306cp8iwz7r4dp6zn6";
|
||||
buildDepends = [ byteable cryptoCipherTypes ];
|
||||
testDepends = [
|
||||
cryptoCipherTests cryptoCipherTypes QuickCheck testFramework
|
||||
|
|
Loading…
Reference in a new issue