vhs: replace rev with tag

This commit is contained in:
Pol Dellaiera
2026-02-04 16:51:27 +01:00
parent 36ac92bb55
commit 5fc971e616
+1 -1
View File
@@ -17,7 +17,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "vhs";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-ZnE5G8kfj7qScsT+bZg90ze4scpUxeC6xF8dAhdUUCo=";
};