fix: basecam rollback as new rc version does not have a source hash

This commit is contained in:
m3tam3re
2026-07-30 09:19:05 +02:00
parent f5cfed340b
commit e3ebb76b1c
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
basecamp = {
url = "github:basecamp/basecamp-cli";
url = "github:basecamp/basecamp-cli/v0.7.2";
inputs.nixpkgs.follows = "nixpkgs";
};