tiled: 1.11.0 -> 1.11.1 (#373074)

authored by Vlad M. and committed by GitHub 75a43236 5d120e85

+2 -2
+2 -2
pkgs/applications/editors/tiled/default.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "tiled"; 31 - version = "1.11.0"; 31 + version = "1.11.1"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "mapeditor"; 35 35 repo = pname; 36 36 rev = "v${version}"; 37 - sha256 = "sha256-cFS1OSYfGMsnw+VkZD/HO4+D+pxNKuifWjNhy0FoxN0="; 37 + sha256 = "sha256-9cgGweo0D43U/puS82JCmBrikKe/TclHsrghQ4OZVEo="; 38 38 }; 39 39 40 40 nativeBuildInputs = [