cutemaze: 1.3.5 -> 1.3.6

This commit is contained in:
R. Ryantm
2026-02-11 00:34:47 +00:00
parent afdd275196
commit 1691645cdc
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cutemaze";
version = "1.3.5";
version = "1.3.6";
src = fetchurl {
url = "https://gottcode.org/cutemaze/cutemaze-${finalAttrs.version}.tar.bz2";
hash = "sha256-a+QIOD0TB0AGnqIUgtkMBZuPUCQbXp4NtZ6b0vk/J0c=";
hash = "sha256-Fl/fsKB04Kn4HwkNlpcuR3wTJFfn1gGgRGTwRUNDawY=";
};
nativeBuildInputs = [