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 29 stdenv.mkDerivation rec { 30 pname = "tiled"; 31 - version = "1.11.0"; 32 33 src = fetchFromGitHub { 34 owner = "mapeditor"; 35 repo = pname; 36 rev = "v${version}"; 37 - sha256 = "sha256-cFS1OSYfGMsnw+VkZD/HO4+D+pxNKuifWjNhy0FoxN0="; 38 }; 39 40 nativeBuildInputs = [
··· 28 29 stdenv.mkDerivation rec { 30 pname = "tiled"; 31 + version = "1.11.1"; 32 33 src = fetchFromGitHub { 34 owner = "mapeditor"; 35 repo = pname; 36 rev = "v${version}"; 37 + sha256 = "sha256-9cgGweo0D43U/puS82JCmBrikKe/TclHsrghQ4OZVEo="; 38 }; 39 40 nativeBuildInputs = [