Unverified Commit 534d9f8f authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #256929 from felschr/ldtk

ldtk: 1.3.4 -> 1.4.0
parents 8e3a37b0 185f5e42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];