Skip to content

Commit

Permalink
nixops: update to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Jul 19, 2016
1 parent 94eec8f commit 9909d31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.3.1";
version = "1.4";
src = fetchurl {
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
sha256 = "04j8s0gg1aj3wmj1bs7dwscfmlzk2xpwfw9rk4xzxwxw1y0j64nd";
sha256 = "1a6vkn8rh5lgalxh6cwr4894n3yp7f2qxcbcjv42nnmy5g4fy5fd";
};
})
6 changes: 6 additions & 0 deletions pkgs/tools/package-management/nixops/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ pythonPackages.buildPythonApplication {
pythonPackages.sqlite3
pythonPackages.hetzner
pythonPackages.libcloud
pythonPackages.azure-storage
pythonPackages.azure-mgmt-compute
pythonPackages.azure-mgmt-network
pythonPackages.azure-mgmt-resource
pythonPackages.azure-mgmt-storage
pythonPackages.adal
];

doCheck = false;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nixops/unstable.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ callPackage, fetchurl }:

callPackage ./generic.nix (rec {
version = "2015-12-18";
version = "1.4";
src = fetchurl {
url = "http://hydra.nixos.org/build/29118371/download/2/nixops-1.3.1pre1673_a0d5681.tar.bz2";
sha256 = "177lnlfz32crcc0gjmh1gn5y2xs142kmb4b68k4raxcxxw118kw9";
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
sha256 = "1a6vkn8rh5lgalxh6cwr4894n3yp7f2qxcbcjv42nnmy5g4fy5fd";
};
})

0 comments on commit 9909d31

Please sign in to comment.