Merge pull request #249173 from K900/pob-2.31.0

path-of-building: 2.30.1 -> 2.31.0

authored by

K900 and committed by
GitHub
b392b28a 43fd3a94

+2 -2
+2 -2
pkgs/games/path-of-building/default.nix
··· 1 1 { stdenv, lib, fetchFromGitHub, runCommand, unzip, meson, ninja, pkg-config, qtbase, qttools, wrapQtAppsHook, luajit }: 2 2 let 3 - dataVersion = "2.30.1"; 3 + dataVersion = "2.31.0"; 4 4 frontendVersion = "unstable-2023-04-09"; 5 5 in 6 6 stdenv.mkDerivation { ··· 19 19 owner = "PathOfBuildingCommunity"; 20 20 repo = "PathOfBuilding"; 21 21 rev = "v${dataVersion}"; 22 - hash = "sha256-2itcALgl8eDkZylb/hmePDMILM4RxW2u5LYLbg+NNJ4="; 22 + hash = "sha256-romuFNd80TuskJUp/UqmI3hPjVMxE/xoBTpQVCu5MBI="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ unzip ];