vhs: replace rev with tag
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoModule rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "charmbracelet";
|
||||
repo = "vhs";
|
||||
rev = "v${version}";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ZnE5G8kfj7qScsT+bZg90ze4scpUxeC6xF8dAhdUUCo=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user