From 81853859a1d67a0d7569487688e58da6db608d4e Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 7 Jun 2018 02:04:01 -0700 Subject: [PATCH] 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 --- pkgs/games/cutemaze/default.nix | 4 ++-- 1 file 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 ];