haskellPackages.cabal2nix-unstable: bump to latest commit

This commit is contained in:
Dennis Gosnell 2023-11-03 09:43:23 +09:00
parent 1b00b5e528
commit a6dfad13f4
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -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;