about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/cabal2nix-unstable.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-11-03 09:43:23 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-11-03 09:43:23 +0900
commita6dfad13f4db51c44e237c1888a694f376bb0f30 (patch)
treed69fc62662a5c437db5555f86a4892e806814f17 /pkgs/development/haskell-modules/cabal2nix-unstable.nix
parent1b00b5e52814aa6ef8fc5f9df343eda291278d49 (diff)
haskellPackages.cabal2nix-unstable: bump to latest commit
Diffstat (limited to 'pkgs/development/haskell-modules/cabal2nix-unstable.nix')
-rw-r--r--pkgs/development/haskell-modules/cabal2nix-unstable.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/cabal2nix-unstable.nix b/pkgs/development/haskell-modules/cabal2nix-unstable.nix
index 3fa9c44e7cd7c..d329664dddfad 100644
--- a/pkgs/development/haskell-modules/cabal2nix-unstable.nix
+++ b/pkgs/development/haskell-modules/cabal2nix-unstable.nix
@@ -8,10 +8,10 @@
 }:
 mkDerivation {
   pname = "cabal2nix";
-  version = "unstable-2023-08-15";
+  version = "unstable-2023-11-02";
   src = fetchzip {
-    url = "https://github.com/NixOS/cabal2nix/archive/0365d9b77086d26ca5197fb48019cedbb0dce5d2.tar.gz";
-    sha256 = "15aia2v05cmblabhb287cf1yqy4dlzw0g905h79fcvkgygnn2ib8";
+    url = "https://github.com/NixOS/cabal2nix/archive/2099a1f4594f621bb1a2879b793b860aefe4c027.tar.gz";
+    sha256 = "11j1lzjanhmdkqwnb7hni3wxiixl7fzxk6d633cn7ybr7b8wra9s";
   };
   postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
   isLibrary = true;