Skip to content

Commit 395496a

Browse files
committedMay 18, 2017
nixopsUnstable: correct tarball
(cherry picked from commit 3e47e62) Signed-off-by: Domen Kožar <domen@dev.si>
1 parent 6315076 commit 395496a

File tree

1 file changed

+3
-2
lines changed
  • pkgs/tools/package-management/nixops

1 file changed

+3
-2
lines changed
 

‎pkgs/tools/package-management/nixops/unstable.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
callPackage ./generic.nix (rec {
44
version = "2017-05-15";
55
src = fetchurl {
6-
url = "https://static.domenkozar.com/rf5n6m8qwviaiv06sfmdwl8hndp0hxbp-nixops-1.5.1pre2159_db36cb7.tar.bz2";
7-
sha256 = "01b4mgql5jxin2fb2ndr1qlc8171vbb1vdljdimy8nz49dgy0gkx";
6+
# Sadly hydra doesn't offer download links
Has a comment. Original line has a comment.
7+
url = "https://static.domenkozar.com/nixops-tarball-1.5.1pre2165_b2fdc43.tar.bz2";
8+
sha256 = "1x8jiskxynx0rzw356sz406bi2vl0vjs7747sbacq0bp1jlnpb2n";
89
};
910
})

0 commit comments

Comments
 (0)
Please sign in to comment.