Compare commits

...

2 Commits

Author SHA1 Message Date
1ec309d7a1 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9f918d616c5321ad374ae6cb5ea89c9e04bf3e58' (2024-07-31)
  → 'github:NixOS/nixpkgs/cb9a96f23c491c081b38eab96d22fa958043c9fa' (2024-08-04)
2024-08-07 01:03:50 +02:00
d8e7306ea8 Update pob 2024-08-07 01:03:45 +02:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

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