summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-04-07 21:52:26 +0000
committerRobin Gloster <mail@glob.in>2016-04-07 21:52:26 +0000
commit3e68106afd95df012ddb548575f0133681687a90 (patch)
treee2919b6900e6de13a3f52756acc02058a1ef0421 /pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
parenta73a28de7b16734d8e28da8be43a06b92eeb6bc3 (diff)
parent25cc1c12febf74c66d661528e2fc2b00caff1bf1 (diff)
downloadnixlib-3e68106afd95df012ddb548575f0133681687a90.tar
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.gz
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.bz2
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.lz
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.xz
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.zst
nixlib-3e68106afd95df012ddb548575f0133681687a90.zip
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
Diffstat (limited to 'pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix')
-rw-r--r--pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix b/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
index 87dc173dd878..724942c57c83 100644
--- a/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
+++ b/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
@@ -6,12 +6,12 @@
 
 mkDerivation rec {
   pname = "cabal2nix";
-  version = "20160308";
+  version = "20160406";
   src = fetchFromGitHub {
     owner = "nixos";
     repo = "cabal2nix";
     rev = "v${version}";
-    sha256 = "02lj3x0rgpxvaimwbbjjgwm4ka0wkk4x5h35jjygz6bkr5lv3m52";
+    sha256 = "02dn2zllanf3rl16ny17j80h7p6gcdqkhadh3ypkr38gd9w16pc6";
   };
   postUnpack = "sourceRoot+=/${pname}";
   isLibrary = false;