ldtk: 1.2.2 -> 1.2.3

This commit is contained in:
Felix Schröter 2023-01-06 19:39:05 +01:00
parent d348860b81
commit 803489ef09
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "ldtk";
version = "1.2.2";
version = "1.2.3";
src = fetchurl {
url = "https://github.com/deepnight/ldtk/releases/download/v${version}/ubuntu-distribution.zip";
sha256 = "sha256-t1fKf+y1lHuBKnyh0j4RoDZziIOu1tlona1xyBsl6+Q=";
sha256 = "sha256-G54PQriKbm1fTqxD3J2O9bD4FBZuwqkfFPV+412nRGA=";
};
nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ];