summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-14 21:59:04 +0100
committerGitHub <noreply@github.com>2023-01-14 21:59:04 +0100
commit3645522e0b6712bd98570df35423c1f4a918c9eb (patch)
treec9a25db6adde111480a93b55867fa88eb984ecf0
parent3a29a0b2aa4aad61d8a80969cc8c386ad548c44c (diff)
parent7548bf7bc685645047d6fa424acbb7f8a6a4f90e (diff)
Merge pull request #210606 from r-ryantm/auto-update/ldtk
-rw-r--r--pkgs/applications/editors/ldtk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ldtk/default.nix b/pkgs/applications/editors/ldtk/default.nix
index 6f869be18587..3e6346f57e41 100644
--- a/pkgs/applications/editors/ldtk/default.nix
+++ b/pkgs/applications/editors/ldtk/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "ldtk";
- version = "1.2.3";
+ version = "1.2.5";
src = fetchurl {
url = "https://github.com/deepnight/ldtk/releases/download/v${version}/ubuntu-distribution.zip";
- sha256 = "sha256-G54PQriKbm1fTqxD3J2O9bD4FBZuwqkfFPV+412nRGA=";
+ sha256 = "sha256-kx4GOENYYbS09HxAiCCvqm/ztc32sdB39W8uv6D+R+A=";
};
nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ];