Compare commits

..

No commits in common. "1ec309d7a1da62ab4d2d64dc2e025638272acc79" and "70de7f6c8a88be60df71fff7d91d9c858b02686f" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722813957, "lastModified": 1722421184,
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=", "narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa", "rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -19,8 +19,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PathOfBuildingCommunity"; owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding"; repo = "PathOfBuilding";
rev = "7984c8f532f88a6d0b4f9d70346fde7f2c7cc9ed"; rev = "c76a5fea58a8ccfc7421cb34e2f614808a8246ae";
hash = "sha256-hxCZq6B0hW1/kidHw0cA7lz7HrOwBfK5g74KBeZW9Rg="; hash = "sha256-86V/0ZdWY2pTbyPYjyQRV9VCvWTKjYc3GleDPgh6avA=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];