ytcast: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2024-01-29 04:32:16 +00:00
parent b969f908a8
commit 1c89ce8c77

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;