mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
db44: remove outdated version
This commit is contained in:
parent
ecbb932957
commit
e41d2a8306
2 changed files with 0 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
|||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.4.20";
|
||||
extraPatches = [ ./cygwin-4.4.patch ];
|
||||
sha256 = "0y9vsq8dkarx1mhhip1vaciz6imbbyv37c1dm8b20l7p064bg2i9";
|
||||
branch = "4.4";
|
||||
drvArgs = { hardeningDisable = [ "format" ]; };
|
||||
})
|
|
@ -6712,7 +6712,6 @@ in
|
|||
# bsd-like license
|
||||
db = db5;
|
||||
db4 = db48;
|
||||
db44 = callPackage ../development/libraries/db/db-4.4.nix { };
|
||||
db45 = callPackage ../development/libraries/db/db-4.5.nix { };
|
||||
db47 = callPackage ../development/libraries/db/db-4.7.nix { };
|
||||
db48 = callPackage ../development/libraries/db/db-4.8.nix { };
|
||||
|
|
Loading…
Reference in a new issue