Unverified Commit 720ed8a7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tiled: 1.12.0 -> 1.12.1 (#504964)

parents 98ce05a5 629cc19f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "tiled";
  version = "1.12.0";
  version = "1.12.1";

  src = fetchFromGitHub {
    owner = "mapeditor";
    repo = "tiled";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-SDsz7IAxCJde21CIL9DrZMJkEim6syHD5kn9/dwpZXs=";
    sha256 = "sha256-7Z6ibZyfFWdsxvz6rlGOqB9toULr4h2qa2uX9QXh1uU=";
  };

  nativeBuildInputs = [