mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
haskellPackages.distribution-nixpkgs: drop now unnecessary override
After updating our hackage hashes tarball we also have access to the latest version.
This commit is contained in:
parent
96bceacda6
commit
796d31ab22
@ -1950,12 +1950,4 @@ EOT
|
||||
# 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too.
|
||||
streamly-posix = doJailbreak super.streamly-posix;
|
||||
|
||||
distribution-nixpkgs = assert super.distribution-nixpkgs.version == "1.6.0";
|
||||
overrideCabal super.distribution-nixpkgs {
|
||||
version = "1.6.1";
|
||||
revision = null;
|
||||
sha256 = "136q893in07iw53m9pqr65h3mrnpvfda272bl4rq1b0z3hzpyhkm";
|
||||
editedCabalFile = null;
|
||||
};
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user