We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3d89df6 commit 1b57bf2Copy full SHA for 1b57bf2
pkgs/tools/package-management/nixops/default.nix
@@ -1,9 +1,9 @@
1
{ callPackage, fetchurl }:
2
3
callPackage ./generic.nix (rec {
4
- version = "1.5";
+ version = "1.5.1";
5
src = fetchurl {
6
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
7
- sha256 = "0z4pzc55wjab8v4bkrff94f8qp1g9ydgxxpl2dvy5130bg1s52wd";
+ sha256 = "0pba9c8ya4hvqmg458p74g69hb06lh0f5bsgw7dsi8pjrcb0624g";
8
};
9
})
0 commit comments