cutemaze: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2025-01-07 00:36:25 +00:00
parent 3a4eefe5fb
commit 6f0145886b

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "cutemaze";
version = "1.3.3";
version = "1.3.4";
src = fetchurl {
url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2";
hash = "sha256-WvbeA1zgaGx5Hw5JeYrYX72MJw3Ou1VnAbB6R6Y0Rpw=";
hash = "sha256-DKWg/wuWSsjs9dkJlanIxQhVWpebWRx5h6SRi5yFm84=";
};
nativeBuildInputs = [