Merge pull request #281379 from dotlambda/cutemaze-1.3.3

cutemaze: 1.3.2 -> 1.3.3
This commit is contained in:
Robert Schütz
2024-01-17 07:26:02 +01:00
committed by GitHub
+3 -3
View File
@@ -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 = [