vhs: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm
2025-06-18 00:43:46 +00:00
parent f45e75fc63
commit dd77db9265
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "vhs";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "vhs";
rev = "v${version}";
hash = "sha256-ceY4zLd+4EwXpwunKiWnaAB25qutSK1b1SyIriAbAI0=";
hash = "sha256-ZnE5G8kfj7qScsT+bZg90ze4scpUxeC6xF8dAhdUUCo=";
};
vendorHash = "sha256-2vRAI+Mm8Pzk3u4rndtwYnUlrAtjffe0kpoA1EHprQk=";
vendorHash = "sha256-jmabOEFHduHzOBAymnxQrvYzXzxKnS1RqZZ0re3w63Y=";
nativeBuildInputs = [
installShellFiles