Update pob and fix update script

This commit is contained in:
2024-07-20 07:24:44 +02:00
parent 0f325244d2
commit 1cab9b2773
2 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ let
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "b28c9cd74b664a9af3fb8d72416afebe140b350a";
hash = "sha256-fxpxuS64MpHJrq1tqrhZFKF0wz7phyijLIHEuxzUfa0=";
rev = "9481c10746f58e73f72572363ae6891129a95200";
hash = "sha256-TMJp/+DCHIXNtt96291c3Nf19QaGhnhCmx73mcMk9jM=";
};
nativeBuildInputs = [ unzip ];