haskellPackages.cabal2nix-unstable: unstable-2023-05-05 -> unstable-2023-07-10

This commit is contained in:
Dennis Gosnell 2023-07-10 12:41:39 +09:00
parent 138c981c08
commit 297448c99c
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-05-05";
version = "unstable-2023-07-10";
src = fetchzip {
url = "https://github.com/NixOS/cabal2nix/archive/078350047d358bb450d634d775493aba89b21212.tar.gz";
sha256 = "0rsdn2zyw0zr6pi3dg6cm3i310alppigdsv20iqpx0dzykkicywj";
url = "https://github.com/NixOS/cabal2nix/archive/6b3d10bd0e9b2ec6f0667402609cfa260fdaf0ad.tar.gz";
sha256 = "0vd1q01pg5nmkahmvvkbca3hgb54hgh73mjn9np8z9bs2r03csgb";
};
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
isLibrary = true;