Skip to content

Commit

Permalink
Merge pull request #252479 from r-ryantm/auto-update/ldtk
Browse files Browse the repository at this point in the history
ldtk: 1.3.3 -> 1.3.4
  • Loading branch information
wegank authored Sep 4, 2023
2 parents 5451e05 + 60241e2 commit 4c16059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/ldtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "ldtk";
version = "1.3.3";
version = "1.3.4";

src = fetchurl {
url = "https://github.com/deepnight/ldtk/releases/download/v${finalAttrs.version}/ubuntu-distribution.zip";
hash = "sha256-egvAe4nAzPDBeTaAzrqhlDsG60bGNnKXB5Vt16vIZrQ";
hash = "sha256-/EFmuzj8hYhQJegZpZhZb4fuSeMF9wdG1Be4duEvW54=";
};

nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ];
Expand Down

0 comments on commit 4c16059

Please sign in to comment.