nixopsUnstable: 1.6.1pre2622_f10999a -> 1.6.1pre2706_d5ad09c

This fixes evaluation with the latest master.
This commit is contained in:
Jörg Thalheim 2018-11-17 21:23:24 +00:00
parent 1156427ac0
commit cbea2201db
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
2 changed files with 4 additions and 3 deletions

View File

@ -26,6 +26,7 @@ python2Packages.buildPythonApplication {
datadog
digital-ocean
libvirt
typing
];
doCheck = false;

View File

@ -5,9 +5,9 @@
# Then copy the URL to the tarball.
callPackage ./generic.nix (rec {
version = "1.6.1pre2622_f10999a";
version = "1.6.1pre2706_d5ad09c";
src = fetchurl {
url = "https://hydra.nixos.org/build/73716350/download/2/nixops-${version}.tar.bz2";
sha256 = "08886b6vxhjc3cp0ikxp920zap7wp6r92763fp785rvxrmb00rbd";
url = "https://hydra.nixos.org/build/84098258/download/2/nixops-${version}.tar.bz2";
sha256 = "0lr963a0bjrblv0d1nfl4d0p76jkq6l9xj3vxgzg38q0ld5qw345";
};
})