Skip to content

Commit

Permalink
Merge pull request #216167 from fufexan/helvum
Browse files Browse the repository at this point in the history
helvum: 0.3.4 -> 0.4.0
  • Loading branch information
K900 authored Feb 13, 2023
2 parents 14cb213 + a098dc8 commit 144905b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/applications/audio/helvum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@

stdenv.mkDerivation rec {
pname = "helvum";
version = "0.3.4";
version = "0.4.0";

src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "pipewire";
repo = pname;
rev = version;
sha256 = "0nhv6zw2zzxz2bg2zj32w1brywnm5lv6j3cvmmvwshc389z2k5x1";
hash = "sha256-TvjO7fGobGmAltVHeXWyMtMLANdVWVGvBYq20JD3mMI=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-EIHO9qVPIXgezfFOaarlTU0an762nFmX1ELbQuAZ7rY";
hash = "sha256-W5Imlut30cjV4A6TCjBFLbViB0CDUucNsvIUiCXqu7I=";
};

nativeBuildInputs = [
Expand All @@ -50,9 +50,6 @@ stdenv.mkDerivation rec {
pipewire
];

# FIXME: workaround for Pipewire 0.3.64 deprecated API change, remove when fixed upstream
NIX_CFLAGS_COMPILE = [ "-DPW_ENABLE_DEPRECATED" ];

meta = with lib; {
description = "A GTK patchbay for pipewire";
homepage = "https://gitlab.freedesktop.org/pipewire/helvum";
Expand Down

0 comments on commit 144905b

Please sign in to comment.