cutemaze: 1.3.1 -> 1.3.2

https://github.com/gottcode/cutemaze/releases/tag/v1.3.2
This commit is contained in:
Robert Schütz 2023-01-11 19:44:50 -08:00 committed by Robert Schütz
parent 1b27c803ec
commit b165b45b20

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "cutemaze";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "https://gottcode.org/cutemaze/${pname}-${version}-src.tar.bz2";
sha256 = "6944931cd39e9ef202c11483b7b2b7409a068c52fa5fd4419ff938b1158c72ab";
url = "https://gottcode.org/cutemaze/${pname}-${version}.tar.bz2";
hash = "sha256-hjDlY18O+VDJR68vwrIZwsQAa40xU+V3bCAA4GFHJEQ=";
};
nativeBuildInputs = [
@ -36,8 +36,9 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://gottcode.org/cutemaze/";
changelog = "https://github.com/gottcode/cutemaze/blob/v${version}/ChangeLog";
description = "Simple, top-down game in which mazes are randomly generated";
homepage = "https://gottcode.org/cutemaze/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dotlambda ];
platforms = platforms.unix;