path-of-building.data: 2.42.0 -> 2.44.1

This commit is contained in:
K900
2024-07-23 08:55:23 +03:00
parent 1fd7cd8d60
commit cbc0982def
+2 -2
View File
@@ -17,13 +17,13 @@
let
data = stdenv.mkDerivation (finalAttrs: {
pname = "path-of-building-data";
version = "2.42.0";
version = "2.44.1";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-OxAyB+tMszQktGvxlGL/kc+Wt0iInFYY0qHNjK6EnSg=";
hash = "sha256-yYdgdmcSjV5Pigf73iWhLy0QeY6YTZkuURNX3yMMRGU=";
};
nativeBuildInputs = [ unzip ];