summary refs log tree commit diff
path: root/pkgs/games/rocksndiamonds
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 13:45:07 -0800
committerRobin Gloster <mail@glob.in>2018-03-01 15:40:09 +0100
commit52f0402a7b3faa031bfb547e3de3c3febf13d4de (patch)
tree2da4eb6e5410ea50a41f9ee2fc3cd34270caecdd /pkgs/games/rocksndiamonds
parenta4809a57e1f38e6a70d0dd32696a8f28b635246c (diff)
downloadnixpkgs-52f0402a7b3faa031bfb547e3de3c3febf13d4de.tar
nixpkgs-52f0402a7b3faa031bfb547e3de3c3febf13d4de.tar.gz
nixpkgs-52f0402a7b3faa031bfb547e3de3c3febf13d4de.tar.bz2
nixpkgs-52f0402a7b3faa031bfb547e3de3c3febf13d4de.tar.lz
nixpkgs-52f0402a7b3faa031bfb547e3de3c3febf13d4de.tar.xz
nixpkgs-52f0402a7b3faa031bfb547e3de3c3febf13d4de.tar.zst
nixpkgs-52f0402a7b3faa031bfb547e3de3c3febf13d4de.zip
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"
Diffstat (limited to 'pkgs/games/rocksndiamonds')
-rw-r--r--pkgs/games/rocksndiamonds/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/rocksndiamonds/default.nix b/pkgs/games/rocksndiamonds/default.nix
index caaedc44ee0..d563a8265b5 100644
--- a/pkgs/games/rocksndiamonds/default.nix
+++ b/pkgs/games/rocksndiamonds/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
   name = "${project}-${version}";
   project = "rocksndiamonds";
-  version = "4.0.0.2";
+  version = "4.0.1.1";
 
   src = fetchurl {
     url = "https://www.artsoft.org/RELEASES/unix/${project}/${name}.tar.gz";
-    sha256 = "0dzn6vlayvnkjm64zwva337rn07lc21kq93m2h8zz8j3wpl11pb4";
+    sha256 = "0f2m29m53sngg2kv4km91nxbr53rzhchbpqx5dzrv3p5hq1hp936";
   };
 
   desktopItem = makeDesktopItem {