chore: update basecamp input

This commit is contained in:
m3tam3re
2026-07-30 07:18:37 +02:00
parent 8d46992bd1
commit 11fa9b862b
2 changed files with 4 additions and 5 deletions
Generated
+3 -4
View File
@@ -23,16 +23,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774505501, "lastModified": 1785368733,
"narHash": "sha256-7UiRrDptj7yuEFwToOfdunUMz/i3jRLR7CmMoYQjq6k=", "narHash": "sha256-GQyRe3KNrQJ1+zyv8w9LUtbix85OBafPXaL7wcVOM4A=",
"owner": "basecamp", "owner": "basecamp",
"repo": "basecamp-cli", "repo": "basecamp-cli",
"rev": "f087e6ef84002503d0dbc75ea1c8c928a8928d9e", "rev": "b9ada46979e1726b3b4402d0b10be5b3e6d88ea7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "basecamp", "owner": "basecamp",
"ref": "v0.7.2",
"repo": "basecamp-cli", "repo": "basecamp-cli",
"type": "github" "type": "github"
} }
+1 -1
View File
@@ -6,7 +6,7 @@
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; nixpkgs-master.url = "github:NixOS/nixpkgs/master";
basecamp = { basecamp = {
url = "github:basecamp/basecamp-cli/v0.7.2"; url = "github:basecamp/basecamp-cli";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };