vhs: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2026-03-27 19:33:52 +00:00
parent 7b908702ec
commit b5ca3ee563
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule (finalAttrs: {
pname = "vhs";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "vhs";
tag = "v${finalAttrs.version}";
hash = "sha256-ZnE5G8kfj7qScsT+bZg90ze4scpUxeC6xF8dAhdUUCo=";
hash = "sha256-VOiI+ddiax04QtCcDr6ze53kd/HHGbfQE3j/32iq4Ro=";
};
vendorHash = "sha256-jmabOEFHduHzOBAymnxQrvYzXzxKnS1RqZZ0re3w63Y=";
vendorHash = "sha256-cgKLYUATtn4hMdIOXZe9JWYNUOrX3S6BDfvS+rIWDfM=";
nativeBuildInputs = [
installShellFiles