about summary refs log tree commit diff
path: root/pkgs/applications/editors/ldtk
diff options
context:
space:
mode:
authorFelix Schröter <dev@felschr.com>2023-05-13 12:00:51 +0200
committerFelix Schröter <dev@felschr.com>2023-05-13 12:00:51 +0200
commitefa1227dca0b69ccd71d9586a19c67b9139b9457 (patch)
tree90fa2cb6c757dcb7e3f4b07924be9008a511d065 /pkgs/applications/editors/ldtk
parent1f68716877f8fde4c9f70ee2b237b3f405792b98 (diff)
ldtk: 1.3.2 -> 1.3.3
Diffstat (limited to 'pkgs/applications/editors/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 ecdb9946ce260..2777c260a664c 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.3.2";
+  version = "1.3.3";
 
   src = fetchurl {
     url = "https://github.com/deepnight/ldtk/releases/download/v${version}/ubuntu-distribution.zip";
-    hash = "sha256-8GiMm1Nb2jRLFWtGNsSfrW1jIi9yKCcyuUKwMEqoUZI=";
+    hash = "sha256-egvAe4nAzPDBeTaAzrqhlDsG60bGNnKXB5Vt16vIZrQ";
   };
 
   nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ];