sink-rotate: 1.0.4 -> 2.2.0 (#326469)

This commit is contained in:
Weijia Wang 2024-09-13 11:47:46 +02:00 committed by GitHub
commit 4cc7f0132b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
, makeWrapper , makeWrapper
}: }:
let let
version = "1.0.4"; version = "2.2.0";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "sink-rotate"; pname = "sink-rotate";
@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "mightyiam"; owner = "mightyiam";
repo = "sink-rotate"; repo = "sink-rotate";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-q20uUr+7yLJlZc5YgEkY125YrZ2cuJrPv5IgWXaYRlo="; hash = "sha256-ZHbisG9pdctkwfD1S3kxMZhBqPw0Ni5Q9qQG4RssnSw=";
}; };
cargoHash = "sha256-MPeyPTkxpi6iw/BT5m4S7jVBD0c2zG2rsv+UZWQxpUU="; cargoHash = "sha256-TWuyU1+F3zEcFFd8ZeZmL3IvpKLLv3zimZ2WFVYFqyo=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage {
''; '';
meta = with lib; { meta = with lib; {
description = "Command that rotates default between two PipeWire audio sinks"; description = "Command that rotates the default PipeWire audio sink";
homepage = "https://github.com/mightyiam/sink-rotate"; homepage = "https://github.com/mightyiam/sink-rotate";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mightyiam ]; maintainers = with maintainers; [ mightyiam ];