Skip to content

Commit a098dc8

Browse files
committed
helvum: 0.3.4 -> 0.4.0
1 parent 75ff08e commit a098dc8

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pkgs/applications/audio/helvum/default.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "helvum";
19-
version = "0.3.4";
19+
version = "0.4.0";
2020

2121
src = fetchFromGitLab {
2222
domain = "gitlab.freedesktop.org";
2323
owner = "pipewire";
2424
repo = pname;
2525
rev = version;
26-
sha256 = "0nhv6zw2zzxz2bg2zj32w1brywnm5lv6j3cvmmvwshc389z2k5x1";
26+
hash = "sha256-TvjO7fGobGmAltVHeXWyMtMLANdVWVGvBYq20JD3mMI=";
2727
};
2828

2929
cargoDeps = rustPlatform.fetchCargoTarball {
3030
inherit src;
3131
name = "${pname}-${version}";
32-
hash = "sha256-EIHO9qVPIXgezfFOaarlTU0an762nFmX1ELbQuAZ7rY";
32+
hash = "sha256-W5Imlut30cjV4A6TCjBFLbViB0CDUucNsvIUiCXqu7I=";
3333
};
3434

3535
nativeBuildInputs = [
@@ -50,9 +50,6 @@ stdenv.mkDerivation rec {
5050
pipewire
5151
];
5252

53-
# FIXME: workaround for Pipewire 0.3.64 deprecated API change, remove when fixed upstream
54-
NIX_CFLAGS_COMPILE = [ "-DPW_ENABLE_DEPRECATED" ];
55-
5653
meta = with lib; {
5754
description = "A GTK patchbay for pipewire";
5855
homepage = "https://gitlab.freedesktop.org/pipewire/helvum";

0 commit comments

Comments
 (0)