From 5e0e7f2d1daa8f147fd7fa30c31925b510c4d864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 23 Jul 2024 13:42:07 +0200 Subject: [PATCH] Update pob --- pkgs/path-of-building-beta/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/path-of-building-beta/default.nix b/pkgs/path-of-building-beta/default.nix index 8f919ba..e2d2f92 100644 --- a/pkgs/path-of-building-beta/default.nix +++ b/pkgs/path-of-building-beta/default.nix @@ -19,8 +19,8 @@ let src = fetchFromGitHub { owner = "PathOfBuildingCommunity"; repo = "PathOfBuilding"; - rev = "beac937636c244ada1a0300ab3d2ffaed250c104"; - hash = "sha256-eUhmQ4sF6EtIDanxc2xmMfaDAYrPShaOiS+pfE8XL6U="; + rev = "87b8ddccc2d648ada5642a440d56ed489c85b0ac"; + hash = "sha256-eKngV3Bi4Zo6+BBnIMIrmPdDB4na+mB80E9gIfQZmuo="; }; nativeBuildInputs = [ unzip ];