Merge pull request #83548 from adisbladis/nixops2-unstable

nixopsUnstable: 1.7pre2764_932bf4 -> 2.0.0-pre
This commit is contained in:
adisbladis
2021-02-03 17:21:26 +01:00
committed by GitHub
8 changed files with 1023 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
{ callPackage, fetchurl }:
# To upgrade pick the hydra job of the nixops revision that you want to upgrade
# to from: https://hydra.nixos.org/job/nixops/master/tarball
# Then copy the URL to the tarball.
callPackage ./generic.nix (rec {
version = "1.7pre2764_932bf43";
src = fetchurl {
url = "https://hydra.nixos.org/build/92372343/download/2/nixops-${version}.tar.bz2";
sha256 = "f35bf81bf2805473ea54248d0ee92d163d00a1992f3f75d17e8cf430db1f9919";
};
})