mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
haskell-clientsession: update to version 0.8.1
This commit is contained in:
parent
eb038185de
commit
553dcff84d
@ -1,14 +1,14 @@
|
|||||||
{ cabal, base64Bytestring, cereal, cprngAes, cryptoApi
|
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
|
||||||
, cryptocipher, entropy, skein, tagged
|
, entropy, skein, tagged
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.8.0.2";
|
version = "0.8.1";
|
||||||
sha256 = "189v030g23lvky4vccdaw3p0p6drn26zly80a8n9bbn7b8kbfh4r";
|
sha256 = "1x4qfm4hkvm3xmn7hnvcx1j900g97qhks66xzik1wvsjy3piwpgd";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal cprngAes cryptoApi cryptocipher entropy
|
base64Bytestring cereal cipherAes cprngAes cryptoApi entropy skein
|
||||||
skein tagged
|
tagged
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/clientsession/tree/master";
|
homepage = "http://github.com/yesodweb/clientsession/tree/master";
|
||||||
|
Loading…
Reference in New Issue
Block a user