Skip to content

Commit 1b57bf2

Browse files
committedJul 6, 2017
Update nixops to 1.5.1
1 parent 3d89df6 commit 1b57bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ callPackage, fetchurl }:
22

33
callPackage ./generic.nix (rec {
4-
version = "1.5";
4+
version = "1.5.1";
55
src = fetchurl {
66
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
7-
sha256 = "0z4pzc55wjab8v4bkrff94f8qp1g9ydgxxpl2dvy5130bg1s52wd";
7+
sha256 = "0pba9c8ya4hvqmg458p74g69hb06lh0f5bsgw7dsi8pjrcb0624g";
88
};
99
})

0 commit comments

Comments
 (0)
Please sign in to comment.