Merge pull request #228760 from K900/path-of-building-2.29

path-of-building: 2.28.0 -> 2.29.0

authored by

K900 and committed by
GitHub
ebe9d3cf 7533611d

+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.28.0"; 3 + dataVersion = "2.29.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-IO6qUE6OcjNibljNzcJQlwji3DZqrBm7cvHedKuAwpM="; 22 + hash = "sha256-uG+Qb50+oG5yd67w2WgnatKpq+/0UA8IfJeJXRKnQXU="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ unzip ];