Unverified Commit 185f5e42 authored by Felix Schröter's avatar Felix Schröter
Browse files

ldtk: 1.3.4 -> 1.4.0

parent 989e88bb
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 ];