Merge pull request #255436 from K900/pob-2.34.1

path-of-building.data: 2.34.0 -> 2.34.1

authored by

K900 and committed by
GitHub
8d4d4502 9cea5532

+2 -2
+2 -2
pkgs/games/path-of-building/default.nix
··· 2 2 let 3 3 data = stdenv.mkDerivation(finalAttrs: { 4 4 pname = "path-of-building-data"; 5 - version = "2.34.0"; 5 + version = "2.34.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "PathOfBuildingCommunity"; 9 9 repo = "PathOfBuilding"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-A672cs930wRV8DwRpah//emtsAidNnOzwtfXiiYxyd4="; 11 + hash = "sha256-i6OCW5Vc9/LfNuiaEeelmXiqP7+WdIklRNRcgWb7L1w="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ unzip ];