about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/cabal2nix-unstable.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-06-12 19:20:47 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-06-12 19:27:16 +0200
commit37c8bfc077f6c160dc186f042c78843e2469a708 (patch)
tree705d599309ed6eb2f7b7686259577e770e798ec5 /pkgs/development/haskell-modules/cabal2nix-unstable.nix
parent7b92c7f79583c908952423935b75d51d0616149a (diff)
haskellPackages.cabal2nix-unstable: Bump for alsa-lib alias
Diffstat (limited to 'pkgs/development/haskell-modules/cabal2nix-unstable.nix')
-rw-r--r--pkgs/development/haskell-modules/cabal2nix-unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/cabal2nix-unstable.nix b/pkgs/development/haskell-modules/cabal2nix-unstable.nix
index bd88c5e5a0add..8b058b2dc0571 100644
--- a/pkgs/development/haskell-modules/cabal2nix-unstable.nix
+++ b/pkgs/development/haskell-modules/cabal2nix-unstable.nix
@@ -10,8 +10,8 @@ mkDerivation {
   pname = "cabal2nix";
   version = "unstable-2021-06-12";
   src = fetchzip {
-    url = "https://github.com/NixOS/cabal2nix/archive/5bb08e994aa17a46676007400794df703c53af58.tar.gz";
-    sha256 = "1cwjmscy3rf64rd7pkkbmp1zri1f6bn46hjnmf6b33jg7wzw11g4";
+    url = "https://github.com/NixOS/cabal2nix/archive/01feffa0aeee835504e0c0ccf4bca2e33a698252.tar.gz";
+    sha256 = "0clckh0qqvjcb8szy1d6qqlxj6sqp28jc2p3vhzhkf95cv491si9";
   };
   isLibrary = true;
   isExecutable = true;