cutemaze: 1.3.4 -> 1.3.5

R. Ryantm bff27deb 795a271b

+2 -2
+2 -2
pkgs/games/cutemaze/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "cutemaze"; 15 - version = "1.3.4"; 16 17 src = fetchurl { 18 url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2"; 19 - hash = "sha256-DKWg/wuWSsjs9dkJlanIxQhVWpebWRx5h6SRi5yFm84="; 20 }; 21 22 nativeBuildInputs = [
··· 12 13 stdenv.mkDerivation rec { 14 pname = "cutemaze"; 15 + version = "1.3.5"; 16 17 src = fetchurl { 18 url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2"; 19 + hash = "sha256-a+QIOD0TB0AGnqIUgtkMBZuPUCQbXp4NtZ6b0vk/J0c="; 20 }; 21 22 nativeBuildInputs = [