1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-snaplet-redis: update to version 0.1.3.3

This commit is contained in:
Peter Simons 2014-07-31 15:48:28 +02:00
parent d4a863bdeb
commit 14ad244d92

View file

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "snaplet-redis";
version = "0.1.3.2";
sha256 = "0554farc76ncbynzks4ryi7a2nbahsgnjvazmw5n9b79cp207bjf";
version = "0.1.3.3";
sha256 = "17w2b9cnri45m535hyszb1fickhhglid3zy5a4bbljmnwvi4y08l";
buildDepends = [
configurator hedis lens mtl network snap transformers
];