sblast: 0.7.0 -> 0.7.2 (#393620)

This commit is contained in:
Colin 2025-03-27 15:28:56 +00:00 committed by GitHub
commit 2e6d6f5be9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
let
self = buildGoModule rec {
pname = "sblast";
version = "0.7.0";
version = "0.7.2";
src = fetchFromGitHub {
owner = "ugjka";
repo = "sblast";
rev = "v${version}";
hash = "sha256-+ZeZ2lohAngfljCa/z9yjCKvQwCMEiwzzPFrpAU8lWA=";
hash = "sha256-ICSnLfzBoaax3YKa4LiTBQ4zxgDxttxcN4YVLApFH24=";
};
vendorHash = "sha256-yPwLilMiDR1aSeuk8AEmuYPsHPRWqiByGLwgkdI5t+s=";
@ -50,8 +50,7 @@ let
meta = {
description = "Blast your Linux audio to DLNA receivers";
homepage = "https://github.com/ugjka/sblast";
# license is "MIT+NoAI": <https://github.com/ugjka/sblast/blob/main/LICENSE>
license = lib.licenses.unfree;
license = lib.licenses.mit;
mainProgram = "sblast";
maintainers = with lib.maintainers; [ colinsane ];
platforms = lib.platforms.linux;