summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2021-03-26 18:33:21 +0200
committerGitHub <noreply@github.com>2021-03-26 18:33:21 +0200
commita64d2e3babeb0c247fcd8b211be26914622b543c (patch)
treecbfe8a120735b8263662d3ec6f3e86c7c750ed6c
parent66d313cd7d326e460a4a76e6a1a96e3ed8336531 (diff)
parentce68df16e4608d43dca5428b007247479c6e4de9 (diff)
downloadnixpkgs-a64d2e3babeb0c247fcd8b211be26914622b543c.tar
nixpkgs-a64d2e3babeb0c247fcd8b211be26914622b543c.tar.gz
nixpkgs-a64d2e3babeb0c247fcd8b211be26914622b543c.tar.bz2
nixpkgs-a64d2e3babeb0c247fcd8b211be26914622b543c.tar.lz
nixpkgs-a64d2e3babeb0c247fcd8b211be26914622b543c.tar.xz
nixpkgs-a64d2e3babeb0c247fcd8b211be26914622b543c.tar.zst
nixpkgs-a64d2e3babeb0c247fcd8b211be26914622b543c.zip
Merge pull request #117527 from r-ryantm/auto-update/tiled
tiled: 1.4.3 -> 1.5.0
-rw-r--r--pkgs/applications/editors/tiled/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix
index b6222c8a6d2..4fbbacf8f1e 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -3,13 +3,13 @@
 
 mkDerivation rec {
   pname = "tiled";
-  version = "1.4.3";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "bjorn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0n8p7bp5pqq72c65av3v7wbazwphh78pw27nqvpiyp9y8k5w4pg0";
+    sha256 = "sha256-Pf9nA5DUAJ+PPNG+oP7RO4/TD8fy4ADsyq625a6cbFk=";
   };
 
   nativeBuildInputs = [ pkg-config qmake ];