diff options
author | Bobby Rong <rjl931189261@126.com> | 2023-01-07 23:49:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 23:49:03 +0800 |
commit | 14c5a6e1028c7df96503f6ff89b5ce764a2ed3fb (patch) | |
tree | 89c62b72648829e4af833911a626f7380fff338f | |
parent | 0a35b84b61f3ef66c11e22731f85dc57311e294c (diff) | |
parent | 803489ef098276d0c190fbfbe013acedfa716d7a (diff) |
Merge pull request #209356 from felschr/ldtk-1.2
ldtk: 1.2.2 -> 1.2.3
-rw-r--r-- | pkgs/applications/editors/ldtk/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ldtk/default.nix b/pkgs/applications/editors/ldtk/default.nix index 7164e4316090..6f869be18587 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.2.2"; + version = "1.2.3"; src = fetchurl { url = "https://github.com/deepnight/ldtk/releases/download/v${version}/ubuntu-distribution.zip"; - sha256 = "sha256-t1fKf+y1lHuBKnyh0j4RoDZziIOu1tlona1xyBsl6+Q="; + sha256 = "sha256-G54PQriKbm1fTqxD3J2O9bD4FBZuwqkfFPV+412nRGA="; }; nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ]; |