summaryrefslogtreecommitdiffstats
path: root/pkgs/games/cutemaze
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-07 02:04:01 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-06-07 11:04:01 +0200
commit81853859a1d67a0d7569487688e58da6db608d4e (patch)
tree775ea4d4d5a2264a61f0b166be71ea961afbed76 /pkgs/games/cutemaze
parentdf92030a3257b4fd75db5e001da72150b4fb5f65 (diff)
cutemaze: 1.2.2 -> 1.2.3 (#41572)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cutemaze/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3/bin/cutemaze had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.2.3 with grep in /nix/store/sqmwkpsp62yarxbxil0xwl6c7434bhns-cutemaze-1.2.3 - directory tree listing: https://gist.github.com/a8cfdfb66984a0f73bf7653f74bd4875 - du listing: https://gist.github.com/ad7863094421835157fc96f90206e350
Diffstat (limited to 'pkgs/games/cutemaze')
-rw-r--r--pkgs/games/cutemaze/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/cutemaze/default.nix b/pkgs/games/cutemaze/default.nix
index 253a7fcbf304..2570ccb51dcd 100644
--- a/pkgs/games/cutemaze/default.nix
+++ b/pkgs/games/cutemaze/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "cutemaze-${version}";
- version = "1.2.2";
+ version = "1.2.3";
src = fetchurl {
url = "https://gottcode.org/cutemaze/${name}-src.tar.bz2";
- sha256 = "1a2jmkm7fjzdrvzgvbqfq20k0vvpwfcycagsm0haxb3fpv86950y";
+ sha256 = "1gczg8bki9d2kkkkrac5wi4vnjdynv8xjw2qxn9lx1jfkm8fk1qk";
};
nativeBuildInputs = [ qmake qttools ];