diff --git a/pkgs/default.nix b/pkgs/default.nix index a75e3bf..80ee452 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -14,4 +14,5 @@ sos = pkgs.callPackage ./sos { }; xwacomcalibrate = pkgs.callPackage ./xwacomcalibrate { }; acer-battery-health-mode = pkgs.callPackage ./acer-battery-health-mode { }; + pob2 = pkgs.callPackage ./pob2 { }; } diff --git a/pkgs/pob2/default.nix b/pkgs/pob2/default.nix index bbc3ab9..49873e7 100644 --- a/pkgs/pob2/default.nix +++ b/pkgs/pob2/default.nix @@ -15,7 +15,7 @@ let owner = "PathOfBuildingCommunity"; repo = "PathOfBuilding-PoE2"; rev = "3c579af5612d2137d37558d40d797801b5bbaa69"; - hash = "sha256-apZYU0PrB3wehzJPNNH3aFKLMA/fK5vo+dtgbho6EiM="; + hash = "sha256-hRS4k2V9Ze6dc7BMA0iZxjCOZgqPa3Cu7gRZiVLrFR4="; }; nativeBuildInputs = [ unzip ];