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"; };