3
0
Fork 0
forked from mirrors/nixpkgs

path-of-building.data: 2.35.5 -> 2.36.1

Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.35.5...v2.36.1
This commit is contained in:
K900 2023-12-11 18:28:37 +03:00
parent 994c998dfc
commit 0ff62f0872

View file

@ -2,13 +2,13 @@
let
data = stdenv.mkDerivation(finalAttrs: {
pname = "path-of-building-data";
version = "2.35.5";
version = "2.36.1";
src = fetchFromGitHub {
owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding";
rev = "v${finalAttrs.version}";
hash = "sha256-SnsmXoxr5zSORLSpdDGw3OTTNJUDUEfCqBs6lYm4lP0=";
hash = "sha256-lz0Nxn+HOFHcz/uKJZ3Jd7NDtkXmL7wLsD/W7Y3dKxQ=";
};
nativeBuildInputs = [ unzip ];