mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Update nixops to 1.5.1
This commit is contained in:
parent
3d89df66b3
commit
1b57bf274a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{ callPackage, fetchurl }:
|
||||
|
||||
callPackage ./generic.nix (rec {
|
||||
version = "1.5";
|
||||
version = "1.5.1";
|
||||
src = fetchurl {
|
||||
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
|
||||
sha256 = "0z4pzc55wjab8v4bkrff94f8qp1g9ydgxxpl2dvy5130bg1s52wd";
|
||||
sha256 = "0pba9c8ya4hvqmg458p74g69hb06lh0f5bsgw7dsi8pjrcb0624g";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue