nixopsUnstable: 2017-05-15 -> 2017-05-22

This commit is contained in:
Domen Kožar 2017-05-22 15:51:37 +02:00
parent 3b44cd731c
commit 5e75c73559
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -1,10 +1,10 @@
{ callPackage, fetchurl }:
callPackage ./generic.nix (rec {
version = "2017-05-15";
version = "2017-05-22";
src = fetchurl {
# Sadly hydra doesn't offer download links
url = "https://static.domenkozar.com/nixops-tarball-1.5.1pre2165_b2fdc43.tar.bz2";
sha256 = "1x8jiskxynx0rzw356sz406bi2vl0vjs7747sbacq0bp1jlnpb2n";
url = "https://static.domenkozar.com/nixops-1.5.1pre2169_8f4a67c.tar.bz2";
sha256 = "0rma5npgkhlknmvm8z0ps54dsr07za1f32p6d6na3nis784h0slw";
};
})