mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nixopsUnstable: 1.6.1pre2728_8ed39f9 -> 1.7pre2764_932bf43
This commit is contained in:
parent
0db54f93fb
commit
5b5ca459d2
2 changed files with 4 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
|||
callPackage ./generic.nix (rec {
|
||||
version = "1.7";
|
||||
src = fetchurl {
|
||||
url = "https://hydra.nixos.org/build/92372310/download/2/nixops-1.7.tar.bz2";
|
||||
url = "https://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
|
||||
sha256 = "091c0b5bca57d4aa20be20e826ec161efe3aec9c788fbbcf3806a734a517f0f3";
|
||||
};
|
||||
})
|
||||
|
|
|
@ -5,26 +5,9 @@
|
|||
# Then copy the URL to the tarball.
|
||||
|
||||
callPackage ./generic.nix (rec {
|
||||
version = "1.6.1pre2728_8ed39f9";
|
||||
version = "1.7pre2764_932bf43";
|
||||
src = fetchurl {
|
||||
url = "https://hydra.nixos.org/build/88329589/download/2/nixops-${version}.tar.bz2";
|
||||
sha256 = "1ppnhqmsbiijm6r77h86abv3fjny5iq35yvj207s520kjwzaj7kc";
|
||||
url = "https://hydra.nixos.org/build/92372343/download/2/nixops-${version}.tar.bz2";
|
||||
sha256 = "f35bf81bf2805473ea54248d0ee92d163d00a1992f3f75d17e8cf430db1f9919";
|
||||
};
|
||||
# # Marking unstable as broken, instead of using the pinned version,
|
||||
# # like stable does You might be able to use the following code (as
|
||||
# # in stable), to run unstable against the pinned packages
|
||||
# python2Packages = pkgs.python2Packages.override {
|
||||
# overrides = (self: super: let callPackage = newScope self; in {
|
||||
# azure-mgmt-compute = callPackage ./azure-mgmt-compute { };
|
||||
# azure-mgmt-network = callPackage ./azure-mgmt-network { };
|
||||
# azure-mgmt-nspkg = callPackage ./azure-mgmt-nspkg { };
|
||||
# azure-mgmt-resource = callPackage ./azure-mgmt-resource { };
|
||||
# azure-mgmt-storage = callPackage ./azure-mgmt-storage { };
|
||||
# });
|
||||
# };
|
||||
# # otherwise
|
||||
# # see https://github.com/NixOS/nixpkgs/pull/52550
|
||||
# # see https://github.com/NixOS/nixops/issues/1065
|
||||
# # see https://github.com/NixOS/nixpkgs/issues/52547
|
||||
meta.broken = true;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue