cutemaze: 1.3.3 -> 1.3.4 (#371620)

This commit is contained in:
Nick Cao
2025-01-07 09:52:36 -05:00
committed by GitHub
+2 -2
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 = [