fix(nh): pin to 4.0.2 because of nvd bug

This commit is contained in:
matt1432 2025-05-19 02:43:57 -04:00
parent 94e90efca4
commit a3ffc0c9d9
3 changed files with 8 additions and 3 deletions

7
flake.lock generated
View file

@ -1117,15 +1117,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747596523, "lastModified": 1745701677,
"narHash": "sha256-qmc8XgAAEE9sm0yhFDUSwTMX5b8jxQdQLQtatgTMiB4=", "narHash": "sha256-ajEl9nV4XFW7H98XCPUshzYL+K0+gVqEWUC4+MBAUFw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nh", "repo": "nh",
"rev": "e75dacd5df3f8feff16896884bd264dea78df334", "rev": "7c913894581c21a8669384a366dc486c136ea7d5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "v4.0.2",
"repo": "nh", "repo": "nh",
"type": "github" "type": "github"
} }

View file

@ -263,6 +263,7 @@
nh = { nh = {
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
owner = "nix-community"; owner = "nix-community";
ref = "v4.0.2";
repo = "nh"; repo = "nh";
type = "github"; type = "github";
}; };

View file

@ -68,6 +68,9 @@ let
nh = mkInput { nh = mkInput {
owner = "nix-community"; owner = "nix-community";
repo = "nh"; repo = "nh";
# FIXME: nvd doesn't show any changes in latest
ref = "v4.0.2";
}; };
nurl = mkInput { nurl = mkInput {