path-of-building.data: 2.49.2 -> 2.50.0

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.49.2...v2.50.0
This commit is contained in:
K900
2025-02-12 22:14:21 +03:00
parent 88b1f5871a
commit 835eed699a
+2 -2
View File
@@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.49.2";
version = "2.50.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-rxvReL2ofdaQdKmIg2lMDT0thN1IkeJMf1B7+HWlQaI=";
hash = "sha256-mclbLRYFNWgn/f4CyaINJlLq06uWh0+ks82Lger4w9w=";
};
nativeBuildInputs = [ unzip ];