From 0c2a29ecd4e4a5c37aaa28a85864175438c2bea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 16 Jan 2024 11:33:00 -0800 Subject: [PATCH] cutemaze: 1.3.2 -> 1.3.3 Changelog: https://github.com/gottcode/cutemaze/blob/v1.3.3/ChangeLog --- pkgs/games/cutemaze/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/cutemaze/default.nix b/pkgs/games/cutemaze/default.nix index a0f2d725d4bf..bf3c0eae6385 100644 --- a/pkgs/games/cutemaze/default.nix +++ b/pkgs/games/cutemaze/default.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { pname = "cutemaze"; - version = "1.3.2"; + version = "1.3.3"; src = fetchurl { - url = "https://gottcode.org/cutemaze/${pname}-${version}.tar.bz2"; - hash = "sha256-hjDlY18O+VDJR68vwrIZwsQAa40xU+V3bCAA4GFHJEQ="; + url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2"; + hash = "sha256-WvbeA1zgaGx5Hw5JeYrYX72MJw3Ou1VnAbB6R6Y0Rpw="; }; nativeBuildInputs = [