vhs: 0.2.0 -> 0.3.0

This commit is contained in:
Nicolas Martin 2023-02-25 17:28:49 +01:00
parent 0b67d18237
commit c83bee753c

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vhs";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = pname;
rev = "v${version}";
hash = "sha256-t6n4uID7KTu/BqsmndJOft0ifxZNfv9lfqlzFX0ApKw=";
hash = "sha256-62FS/FBhQNpj3dAfKfIUKY+IJeeaONzqRu7mG49li+o";
};
vendorHash = "sha256-9nkRr5Jh1nbI+XXbPj9KB0ZbLybv5JUVovpB311fO38=";
vendorHash = "sha256-+BLZ+Ni2dqboqlOEjFNF6oB/vNDlNRCb6AiDH1uSsLw";
nativeBuildInputs = [ installShellFiles makeWrapper ];
@ -32,6 +32,6 @@ buildGoModule rec {
homepage = "https://github.com/charmbracelet/vhs";
changelog = "https://github.com/charmbracelet/vhs/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ maaslalani ];
maintainers = with maintainers; [ maaslalani penguwin ];
};
}