Merge pull request #283410 from K900/pob-2.39.0

path-of-building.data: 2.38.4 -> 2.39.0
This commit is contained in:
K900
2024-01-24 09:52:17 +03:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.38.4";
version = "2.39.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-fCKOmP0PxhK2trBA1lyE6kf128FrsuCmBrXMIGTIt0U=";
hash = "sha256-EoywWavbCuoWeA5wknteRb8NH0T6Ef8h6zQhkXb9bL4=";
};
nativeBuildInputs = [ unzip ];