Add pob2 package, not working yet

This commit is contained in:
Julian Mutter 2025-04-24 08:06:06 +02:00
parent 8aaf0b81c2
commit b077da4998
2 changed files with 2 additions and 1 deletions

View File

@ -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 { };
}

View File

@ -15,7 +15,7 @@ let
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding-PoE2";
rev = "3c579af5612d2137d37558d40d797801b5bbaa69";
hash = "sha256-apZYU0PrB3wehzJPNNH3aFKLMA/fK5vo+dtgbho6EiM=";
hash = "sha256-hRS4k2V9Ze6dc7BMA0iZxjCOZgqPa3Cu7gRZiVLrFR4=";
};
nativeBuildInputs = [ unzip ];