From cc1f1f6da07b95446836a37264cbb1769be1099d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 9 Aug 2024 22:22:16 +0300 Subject: [PATCH] speakersafetyd: 0.1.9 -> 1.0.0 They had a stable release, and fixed the Rust 1.80 regression too. See https://github.com/NixOS/nixpkgs/issues/332957 Also add myself as maintainer. --- pkgs/by-name/sp/speakersafetyd/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sp/speakersafetyd/package.nix b/pkgs/by-name/sp/speakersafetyd/package.nix index 2fe430e4505e..de37b4080486 100644 --- a/pkgs/by-name/sp/speakersafetyd/package.nix +++ b/pkgs/by-name/sp/speakersafetyd/package.nix @@ -9,13 +9,13 @@ rustPlatform.buildRustPackage rec { pname = "speakersafetyd"; - version = "0.1.9"; + version = "1.0.0"; src = fetchCrate { inherit pname version; - hash = "sha256-I1fL1U4vqKxPS1t6vujMTdi/JAAOCcPkvUqv6FqkId4="; + hash = "sha256-I1RTtD5V4Z8R8zed/b4FitHyE7gFAja5YcA+z0VvSX0="; }; - cargoHash = "sha256-Adwct+qFhUsOIao8XqNK2zcn13DBlQNA+X4aRFeIAXM="; + cargoHash = "sha256-8Dmts6SCRrZqyI+pdfgqsXfJy9Hqspbdb6EpQChMKDA="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ alsa-lib ]; @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { description = "Userspace daemon written in Rust that implements an analogue of the Texas Instruments Smart Amp speaker protection model"; mainProgram = "speakersafetyd"; homepage = "https://github.com/AsahiLinux/speakersafetyd"; - maintainers = with maintainers; [ yuka ]; + maintainers = with maintainers; [ flokli yuka ]; license = licenses.mit; platforms = platforms.linux; };