ldtk: 1.3.4 -> 1.4.0

This commit is contained in:
Felix Schröter 2023-09-23 18:20:08 +02:00
parent 989e88bb41
commit 185f5e4254
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ldtk";
version = "1.3.4";
version = "1.4.0";
src = fetchurl {
url = "https://github.com/deepnight/ldtk/releases/download/v${finalAttrs.version}/ubuntu-distribution.zip";
hash = "sha256-/EFmuzj8hYhQJegZpZhZb4fuSeMF9wdG1Be4duEvW54=";
hash = "sha256-WuKzhE9r/yMqlV2bf/0AuNVKfxq/SlecmN3rHt6RjXo=";
};
nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ];