summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hashable
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-15 16:19:55 +0200
committerPeter Simons <simons@cryp.to>2014-05-16 18:51:37 +0200
commite62a8e5b828c45900a3beda22728fecf7215d484 (patch)
tree30a48aa998cbd3ff0475dcbddc0849002f145942 /pkgs/development/libraries/haskell/hashable
parente50442a35bfb91e42135ecb2bab5e4c0daebe4f6 (diff)
downloadnixlib-e62a8e5b828c45900a3beda22728fecf7215d484.tar
nixlib-e62a8e5b828c45900a3beda22728fecf7215d484.tar.gz
nixlib-e62a8e5b828c45900a3beda22728fecf7215d484.tar.bz2
nixlib-e62a8e5b828c45900a3beda22728fecf7215d484.tar.lz
nixlib-e62a8e5b828c45900a3beda22728fecf7215d484.tar.xz
nixlib-e62a8e5b828c45900a3beda22728fecf7215d484.tar.zst
nixlib-e62a8e5b828c45900a3beda22728fecf7215d484.zip
haskell-hashable: update to version 1.2.2.0
Diffstat (limited to 'pkgs/development/libraries/haskell/hashable')
-rw-r--r--pkgs/development/libraries/haskell/hashable/1.2.2.0.nix (renamed from pkgs/development/libraries/haskell/hashable/1.2.1.0.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hashable/1.2.1.0.nix b/pkgs/development/libraries/haskell/hashable/1.2.2.0.nix
index 092a3f691563..2ae7f3539920 100644
--- a/pkgs/development/libraries/haskell/hashable/1.2.1.0.nix
+++ b/pkgs/development/libraries/haskell/hashable/1.2.2.0.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hashable";
-  version = "1.2.1.0";
-  sha256 = "09m1glpcxm3f6s9cwz8xzljy6j0n271cym4d9dllw5rpzrwp9h2f";
+  version = "1.2.2.0";
+  sha256 = "08cfm1rzhf3d8dzn0iqadfs35151ff6szhnh4bwrpxcs6sq90fh3";
   buildDepends = [ text ];
   testDepends = [
     HUnit QuickCheck random testFramework testFrameworkHunit