cutemaze: 1.3.4 -> 1.3.5 (#382185)

This commit is contained in:
Wolfgang Walther
2025-02-25 19:41:43 +01:00
committed by GitHub
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "cutemaze";
version = "1.3.4";
version = "1.3.5";
src = fetchurl {
url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2";
hash = "sha256-DKWg/wuWSsjs9dkJlanIxQhVWpebWRx5h6SRi5yFm84=";
hash = "sha256-a+QIOD0TB0AGnqIUgtkMBZuPUCQbXp4NtZ6b0vk/J0c=";
};
nativeBuildInputs = [