1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixops: update to 1.6

(cherry picked from commit 2a28e65742)
This commit is contained in:
Rob Vermaas 2018-03-28 13:04:55 +02:00
parent fc0e62a24a
commit 93a77eee1a
No known key found for this signature in database
GPG key ID: 6B726FB2EE6F4255
2 changed files with 3 additions and 2 deletions

View file

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

View file

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