nixops: update to 1.5.2

(cherry picked from commit c291a10776)
This commit is contained in:
Rob Vermaas 2017-10-29 10:23:00 +01:00
parent 9acbfbc7b7
commit 0767d2984b
No known key found for this signature in database
GPG Key ID: 6B726FB2EE6F4255

View File

@ -1,9 +1,9 @@
{ callPackage, fetchurl }:
callPackage ./generic.nix (rec {
version = "1.5.1";
version = "1.5.2";
src = fetchurl {
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
sha256 = "0pba9c8ya4hvqmg458p74g69hb06lh0f5bsgw7dsi8pjrcb0624g";
sha256 = "00y2arc5rffvy6xmx4p6ibpjyc61k8dkiabq7ccwwjgckz1d2dpb";
};
})