Skip to content

Commit 52f0402

Browse files
ryantmglobin
authored andcommittedMar 1, 2018
rocksndiamonds: 4.0.0.2 -> 4.0.1.1
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/y37n0z2rpyhf1iv0m0a1n066wy5c87ik-rocksndiamonds-4.0.1.1/bin/rocksndiamonds -h` got 0 exit code - ran `/nix/store/y37n0z2rpyhf1iv0m0a1n066wy5c87ik-rocksndiamonds-4.0.1.1/bin/rocksndiamonds --help` got 0 exit code - ran `/nix/store/y37n0z2rpyhf1iv0m0a1n066wy5c87ik-rocksndiamonds-4.0.1.1/bin/rocksndiamonds -V` and found version 4.0.1.1 - ran `/nix/store/y37n0z2rpyhf1iv0m0a1n066wy5c87ik-rocksndiamonds-4.0.1.1/bin/rocksndiamonds --version` and found version 4.0.1.1 - found 4.0.1.1 with grep in /nix/store/y37n0z2rpyhf1iv0m0a1n066wy5c87ik-rocksndiamonds-4.0.1.1 cc "@orivej"
1 parent a4809a5 commit 52f0402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/games/rocksndiamonds/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
stdenv.mkDerivation rec {
44
name = "${project}-${version}";
55
project = "rocksndiamonds";
6-
version = "4.0.0.2";
6+
version = "4.0.1.1";
77

88
src = fetchurl {
99
url = "https://www.artsoft.org/RELEASES/unix/${project}/${name}.tar.gz";
10-
sha256 = "0dzn6vlayvnkjm64zwva337rn07lc21kq93m2h8zz8j3wpl11pb4";
10+
sha256 = "0f2m29m53sngg2kv4km91nxbr53rzhchbpqx5dzrv3p5hq1hp936";
1111
};
1212

1313
desktopItem = makeDesktopItem {

0 commit comments

Comments
 (0)
Please sign in to comment.