cutemaze: 1.3.1 -> 1.3.2

https://github.com/gottcode/cutemaze/releases/tag/v1.3.2

authored by

Robert Schütz and committed by
Robert Schütz
b165b45b 1b27c803

+5 -4
+5 -4
pkgs/games/cutemaze/default.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "cutemaze"; 14 - version = "1.3.1"; 15 16 src = fetchurl { 17 - url = "https://gottcode.org/cutemaze/${pname}-${version}-src.tar.bz2"; 18 - sha256 = "6944931cd39e9ef202c11483b7b2b7409a068c52fa5fd4419ff938b1158c72ab"; 19 }; 20 21 nativeBuildInputs = [ ··· 36 ''; 37 38 meta = with lib; { 39 homepage = "https://gottcode.org/cutemaze/"; 40 - description = "Simple, top-down game in which mazes are randomly generated"; 41 license = licenses.gpl3Plus; 42 maintainers = with maintainers; [ dotlambda ]; 43 platforms = platforms.unix;
··· 11 12 stdenv.mkDerivation rec { 13 pname = "cutemaze"; 14 + version = "1.3.2"; 15 16 src = fetchurl { 17 + url = "https://gottcode.org/cutemaze/${pname}-${version}.tar.bz2"; 18 + hash = "sha256-hjDlY18O+VDJR68vwrIZwsQAa40xU+V3bCAA4GFHJEQ="; 19 }; 20 21 nativeBuildInputs = [ ··· 36 ''; 37 38 meta = with lib; { 39 + changelog = "https://github.com/gottcode/cutemaze/blob/v${version}/ChangeLog"; 40 + description = "Simple, top-down game in which mazes are randomly generated"; 41 homepage = "https://gottcode.org/cutemaze/"; 42 license = licenses.gpl3Plus; 43 maintainers = with maintainers; [ dotlambda ]; 44 platforms = platforms.unix;