Skip to content

Commit 5e75c73

Browse files
committedMay 22, 2017
nixopsUnstable: 2017-05-15 -> 2017-05-22
1 parent 3b44cd7 commit 5e75c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

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

33
callPackage ./generic.nix (rec {
4-
version = "2017-05-15";
4+
version = "2017-05-22";
55
src = fetchurl {
66
# Sadly hydra doesn't offer download links
7-
url = "https://static.domenkozar.com/nixops-tarball-1.5.1pre2165_b2fdc43.tar.bz2";
8-
sha256 = "1x8jiskxynx0rzw356sz406bi2vl0vjs7747sbacq0bp1jlnpb2n";
7+
url = "https://static.domenkozar.com/nixops-1.5.1pre2169_8f4a67c.tar.bz2";
8+
sha256 = "0rma5npgkhlknmvm8z0ps54dsr07za1f32p6d6na3nis784h0slw";
99
};
1010
})

0 commit comments

Comments
 (0)
Please sign in to comment.