3
0
Fork 0
forked from mirrors/nixpkgs

path-of-building.data: 2.38.2 -> 2.38.3

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.38.2...v2.38.3
This commit is contained in:
K900 2023-12-19 22:23:21 +03:00
parent 54aac082a4
commit b34be5a15e

View file

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.38.2";
version = "2.38.3";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-WgnYjG47E5p0R5MXlDXN8sbh0Y9E8cZN0gMSdkHpXfw=";
hash = "sha256-LzNHc6lx0d+Hg0qkOb9G50V5pYOxH7eavQdcAXE5EKI=";
};
nativeBuildInputs = [ unzip ];