go-chromecast: 0.2.8 -> 0.2.9

This commit is contained in:
R. RyanTM 2021-02-11 16:46:47 +00:00
parent 65aeed59c5
commit 7ae353ff96

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "go-chromecast"; pname = "go-chromecast";
version = "0.2.8"; version = "0.2.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vishen"; owner = "vishen";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ehIhFqZeVidhYTgqOLlf0aMHKG0cOe6245UyOVM/nOg="; sha256 = "sha256-KhJMgr57pDnuFLhsbf0/4n9w0EfjuuKA46ENPLXox3A=";
}; };
vendorSha256 = "sha256-idxElk4Sy7SE9G1OMRw8YH4o8orBa80qhBXPA+ar620="; vendorSha256 = "sha256-idxElk4Sy7SE9G1OMRw8YH4o8orBa80qhBXPA+ar620=";