Skip to content

Commit

Permalink
nixops: update to 1.6
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a28e65)
  • Loading branch information
rbvermaa committed Mar 28, 2018
1 parent 9f24495 commit 7daf429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nixops/default.nix
Original file line number Diff line number Diff line change
@@ -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";
};
})
1 change: 1 addition & 0 deletions pkgs/tools/package-management/nixops/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ python2Packages.buildPythonApplication {
pysqlite
datadog
digital-ocean
libvirt
];

doCheck = false;
Expand Down

0 comments on commit 7daf429

Please sign in to comment.