From 5c2ee35d35fad1f39b7e89a9667cda848a72f989 Mon Sep 17 00:00:00 2001 From: Luminar Leaf <80571430+LuminarLeaf@users.noreply.github.com> Date: Tue, 26 May 2026 17:04:09 +0530 Subject: [PATCH] helvum: 0.5.1 -> 0.6.2 Signed-off-by: Luminar Leaf <80571430+LuminarLeaf@users.noreply.github.com> --- pkgs/by-name/he/helvum/package.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/he/helvum/package.nix b/pkgs/by-name/he/helvum/package.nix index 0815bab941e1..b282d26ea748 100644 --- a/pkgs/by-name/he/helvum/package.nix +++ b/pkgs/by-name/he/helvum/package.nix @@ -18,19 +18,19 @@ stdenv.mkDerivation rec { pname = "helvum"; - version = "0.5.1"; + version = "0.6.2"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "pipewire"; repo = "helvum"; rev = version; - hash = "sha256-9vlzLPpyZ9qtCEbCDvYhWDcV+8T63ukdos1l2U6fD+E="; + hash = "sha256-fDsVYFJ2fm5dLpcCp7Pm4s3+jqTx4r9IQokoVQ0sM04="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-rwhhbEaUg7IiszmJUFh4vQV7cYyyh3tqr1z4QgmwIDY="; + hash = "sha256-cpRPJap/U20vkfShuTav10IoPIxDKueviFKTDM4jrGs="; }; nativeBuildInputs = [ @@ -56,7 +56,10 @@ stdenv.mkDerivation rec { description = "GTK patchbay for pipewire"; homepage = "https://gitlab.freedesktop.org/pipewire/helvum"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ fufexan ]; + maintainers = with lib.maintainers; [ + fufexan + luminarleaf + ]; platforms = lib.platforms.linux; mainProgram = "helvum"; };