Merge pull request #284686 from r-ryantm/auto-update/ytcast

ytcast: 1.3.0 -> 1.4.0
This commit is contained in:
Nick Cao 2024-01-29 08:48:47 -05:00 committed by GitHub
commit 9b9b97b710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "ytcast"; pname = "ytcast";
version = "1.3.0"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MarcoLucidi01"; owner = "MarcoLucidi01";
repo = "ytcast"; repo = "ytcast";
rev = "v${version}"; rev = "v${version}";
sha256 = "0f45ai1s4njhcvbv088yn10i3vdvlm6wlfi0ijq5gak1dg02klma"; sha256 = "sha256-iy9+MgXwP4ALz4NHJyn2ghC5boR53H3ioB2+7tcJunE=";
}; };
vendorHash = null; vendorHash = null;