lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

haskell-monadcryptorandom: update to version 0.5.3

+3 -4
+3 -4
pkgs/development/libraries/haskell/monadcryptorandom/default.nix
··· 1 - { cabal, fetchurl, cryptoApi, mtl, tagged, transformers }: 1 + { cabal, cryptoApi, mtl, tagged, transformers }: 2 2 3 3 cabal.mkDerivation (self: { 4 4 pname = "monadcryptorandom"; 5 - version = "0.5.2"; 6 - sha256 = "0a0qx331c1kvhmwwam7pbbrnq8ky3spfnw6zsz6rz7g1lk1hfawn"; 5 + version = "0.5.3"; 6 + sha256 = "1nmkya9mf9y6lhmbhamq2g09pfvfpmicrwab09mcy3ggljdnnfyg"; 7 7 buildDepends = [ cryptoApi mtl tagged transformers ]; 8 - patches = [ (fetchurl { url = "https://github.com/TomMD/monadcryptorandom/pull/5.patch"; sha256 = "1mcil5w40gfy3hjnrpbgzciz65aygqpghgma0hckjb6xa694a71l"; }) ]; 9 8 meta = { 10 9 homepage = "https://github.com/TomMD/monadcryptorandom"; 11 10 description = "A monad for using CryptoRandomGen";