Merge pull request #286319 from K900/pob-2.39.3

path-of-building.data: 2.39.1 -> 2.39.3
This commit is contained in:
K900 2024-02-04 19:35:30 +03:00 committed by GitHub
commit 4c84a72c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.39.1";
version = "2.39.3";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-whCCGV0hMKR5kpmS6jefvzvAQaa65B4V4bYkP4HQkIQ=";
hash = "sha256-W4MmncDfeiuN7VeIeoPHEufTb9ncA3aA8F0JNhI9Z/o=";
};
nativeBuildInputs = [ unzip ];