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