From 37f5e93da674428033fa8abbdf56bbbffa0ef0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 24 Jul 2024 09:41:39 +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 e2d2f92..71b0c99 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 = "87b8ddccc2d648ada5642a440d56ed489c85b0ac"; - hash = "sha256-eKngV3Bi4Zo6+BBnIMIrmPdDB4na+mB80E9gIfQZmuo="; + rev = "261369025dc53d74d7f228b2b6cad0573d5dced5"; + hash = "sha256-WxaE9QvpM+1Mp3K979HqQxDjO0QUBL4lzLaZwYdhtfc="; }; nativeBuildInputs = [ unzip ];