Merge pull request #276593 from r-ryantm/auto-update/vhs

vhs: 0.6.0 -> 0.7.1
This commit is contained in:
OTABI Tomoya 2023-12-26 13:19:28 +09:00 committed by GitHub
commit d6e26c2efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vhs";
version = "0.6.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = pname;
rev = "v${version}";
hash = "sha256-JKhijruaRjdMEbsIrcu2swSCb/nTxwIG/F9c2eGncnQ=";
hash = "sha256-4VQcIynkENScxpeM09IXrpMszqojlMuyjtXX2lbS9dg=";
};
vendorHash = "sha256-IpybcyW4up9QVV7fJCh+2Lrpi571tfravN17vh/G1bQ=";
vendorHash = "sha256-/XW5Gq9Yz+M7Al1hy6pow34e3Cn3q8aA0ByRdhWXUIQ=";
nativeBuildInputs = [ installShellFiles makeWrapper ];