File tree Expand file tree Collapse file tree
pkgs/applications/audio/helvum Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717stdenv . 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" ;
You can’t perform that action at this time.
0 commit comments