Loading pkgs/applications/audio/helvum/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -3,10 +3,8 @@ , clang , desktop-file-utils , fetchFromGitLab , fetchpatch , glib , gtk4 , libclang , meson , ninja , pipewire Loading @@ -14,24 +12,25 @@ , rustPlatform , rustc , stdenv , wrapGAppsHook4 }: stdenv.mkDerivation rec { pname = "helvum"; version = "0.4.0"; version = "0.4.1"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "pipewire"; repo = pname; rev = version; hash = "sha256-TvjO7fGobGmAltVHeXWyMtMLANdVWVGvBYq20JD3mMI="; hash = "sha256-nBU8dk22tzVf60yznTYJBYRKG+ctwWl1epU90R0zXr0="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; hash = "sha256-W5Imlut30cjV4A6TCjBFLbViB0CDUucNsvIUiCXqu7I="; hash = "sha256-kzu8dzKob9KxKEP3ElUYCCTdyvbzi+jSXTaaaaPMhYg="; }; nativeBuildInputs = [ Loading @@ -43,6 +42,7 @@ stdenv.mkDerivation rec { cargo rustc rustPlatform.bindgenHook wrapGAppsHook4 ]; buildInputs = [ Loading Loading
pkgs/applications/audio/helvum/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -3,10 +3,8 @@ , clang , desktop-file-utils , fetchFromGitLab , fetchpatch , glib , gtk4 , libclang , meson , ninja , pipewire Loading @@ -14,24 +12,25 @@ , rustPlatform , rustc , stdenv , wrapGAppsHook4 }: stdenv.mkDerivation rec { pname = "helvum"; version = "0.4.0"; version = "0.4.1"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "pipewire"; repo = pname; rev = version; hash = "sha256-TvjO7fGobGmAltVHeXWyMtMLANdVWVGvBYq20JD3mMI="; hash = "sha256-nBU8dk22tzVf60yznTYJBYRKG+ctwWl1epU90R0zXr0="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; hash = "sha256-W5Imlut30cjV4A6TCjBFLbViB0CDUucNsvIUiCXqu7I="; hash = "sha256-kzu8dzKob9KxKEP3ElUYCCTdyvbzi+jSXTaaaaPMhYg="; }; nativeBuildInputs = [ Loading @@ -43,6 +42,7 @@ stdenv.mkDerivation rec { cargo rustc rustPlatform.bindgenHook wrapGAppsHook4 ]; buildInputs = [ Loading