Unverified Commit 45be00cf authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #258140 from felschr/ldtk

ldtk: 1.4.0 -> 1.4.1
parents f6fc43b3 8f8ab8c1
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.4.0";
  version = "1.4.1";

  src = fetchurl {
    url = "https://github.com/deepnight/ldtk/releases/download/v${finalAttrs.version}/ubuntu-distribution.zip";
    hash = "sha256-WuKzhE9r/yMqlV2bf/0AuNVKfxq/SlecmN3rHt6RjXo=";
    hash = "sha256-Qt6ADyIbhuxFGh7IP1WwcsvMtjOUZoTd99GeWt5s4UM=";
  };

  nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ];