summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cipher-camellia/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
committerPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
commit6be8ad3392d87e277804ddec364377b5341430b7 (patch)
treece8a334fb3611b27336e9602bd248682931016b8 /pkgs/development/libraries/haskell/cipher-camellia/default.nix
parentea6f711e8ec7208626a084edb81a78ee455a0b67 (diff)
parent06d6c3ed5d061e95d1db92f7eff08d5c1a2181d8 (diff)
downloadnixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.gz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.bz2
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.lz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.xz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.zst
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.zip
Merge branch 'origin/master' into stdenv-updates.
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
Diffstat (limited to 'pkgs/development/libraries/haskell/cipher-camellia/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/cipher-camellia/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/cipher-camellia/default.nix b/pkgs/development/libraries/haskell/cipher-camellia/default.nix
index 6d29792ea33..52217751d27 100644
--- a/pkgs/development/libraries/haskell/cipher-camellia/default.nix
+++ b/pkgs/development/libraries/haskell/cipher-camellia/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "cipher-camellia";
-  version = "0.0.1";
-  sha256 = "11narl4h77v7317hdqy8zxhym3k7xrmw97yfwh0vr8k1y5dkiqh3";
+  version = "0.0.2";
+  sha256 = "19z2mi1rvp8fsqjdbmrm1hdlxmx61yr55fyknmmn945qrlvx234d";
   buildDepends = [ byteable cryptoCipherTypes securemem vector ];
   testDepends = [
     byteable cryptoCipherTests cryptoCipherTypes QuickCheck