about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-21 17:13:39 +0200
committerPeter Simons <simons@cryp.to>2014-10-21 23:04:40 +0200
commit63fe24d5230c3eded4ad3b1c04e5d8d6bc363424 (patch)
tree49282ce8ddb6b04b15c10a177a719f3e40dd507d /pkgs/development/libraries
parentd24a592d81551cb7f403578305917ba3b5f983c6 (diff)
downloadnixlib-63fe24d5230c3eded4ad3b1c04e5d8d6bc363424.tar
nixlib-63fe24d5230c3eded4ad3b1c04e5d8d6bc363424.tar.gz
nixlib-63fe24d5230c3eded4ad3b1c04e5d8d6bc363424.tar.bz2
nixlib-63fe24d5230c3eded4ad3b1c04e5d8d6bc363424.tar.lz
nixlib-63fe24d5230c3eded4ad3b1c04e5d8d6bc363424.tar.xz
nixlib-63fe24d5230c3eded4ad3b1c04e5d8d6bc363424.tar.zst
nixlib-63fe24d5230c3eded4ad3b1c04e5d8d6bc363424.zip
haskell-wai-app-static: update to version 3.0.0.2
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/wai-app-static/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/wai-app-static/default.nix b/pkgs/development/libraries/haskell/wai-app-static/default.nix
index 055802ad04e8..8d4b598e2b87 100644
--- a/pkgs/development/libraries/haskell/wai-app-static/default.nix
+++ b/pkgs/development/libraries/haskell/wai-app-static/default.nix
@@ -10,8 +10,8 @@
 
 cabal.mkDerivation (self: {
   pname = "wai-app-static";
-  version = "3.0.0.1";
-  sha256 = "1xqw7xvbq38m19337vpalnz5c5mvc57mfp53vqbah3lalxy9mqby";
+  version = "3.0.0.2";
+  sha256 = "1y8x8gb60330mxzp649xp8dhancimmraf2h7py76wjmjp5vc5cx4";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [