path-of-building.data: 2.55.1 -> 2.55.2 (#421423)

authored by K900 and committed by GitHub bc1f3a22 61ac9bb9

+2 -2
+2 -2
pkgs/games/path-of-building/default.nix
··· 17 let 18 data = stdenv.mkDerivation (finalAttrs: { 19 pname = "path-of-building-data"; 20 - version = "2.55.1"; 21 22 src = fetchFromGitHub { 23 owner = "PathOfBuildingCommunity"; 24 repo = "PathOfBuilding"; 25 rev = "v${finalAttrs.version}"; 26 - hash = "sha256-O3XD52UdkjxtWdsXs6QbXzfik3ZT9TEc2PPZCIGJdCQ="; 27 }; 28 29 nativeBuildInputs = [ unzip ];
··· 17 let 18 data = stdenv.mkDerivation (finalAttrs: { 19 pname = "path-of-building-data"; 20 + version = "2.55.2"; 21 22 src = fetchFromGitHub { 23 owner = "PathOfBuildingCommunity"; 24 repo = "PathOfBuilding"; 25 rev = "v${finalAttrs.version}"; 26 + hash = "sha256-i+9WeASdOj9QSB0HjDMP7qM7wQh3tyHuh74QlVWhi1c="; 27 }; 28 29 nativeBuildInputs = [ unzip ];