Merge pull request #298917 from K900/pob-2.41.0

path-of-building.data: 2.40.1 -> 2.41.0
This commit is contained in:
K900 2024-03-25 15:52:26 +03:00 committed by GitHub
commit 9f629579f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.40.1";
version = "2.41.0";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-ZrnD3KX8pn14sKB3FzhNhxHChAKA5pHkWdn7576XjwE=";
hash = "sha256-XoRoKvlfBtlKyur1AZ+VjYc5URyX2/fof05h6Vs+vok=";
};
nativeBuildInputs = [ unzip ];