songrec: 0.2.1 -> 0.3.0

Also add new dbus dependency
This commit is contained in:
Ryan Burns 2022-02-03 19:00:33 -08:00 committed by Jonathan Ringer
parent 59add637ca
commit 5aaf3d7b59

View file

@ -6,24 +6,25 @@
, alsa-lib , alsa-lib
, pkg-config , pkg-config
, ffmpeg , ffmpeg
, dbus
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "songrec"; pname = "songrec";
version = "0.2.1"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marin-m"; owner = "marin-m";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-pKHKM4XOuuZCr4neMe1AVqWMuZghwYNe+ifJCQhXG/c="; sha256 = "sha256-aHZH3sQNUUPcMRySy8Di0XUoFo4qjGi2pi0phLwORaA=";
}; };
cargoSha256 = "sha256-J3ezXBOGJwzIPTHXujHpswsgh9PFy110AOQ2pPJNm10="; cargoSha256 = "sha256-EpkB43rMUJO6ouUV9TmQ+RSnGhX32DZHpKic1E6lUyU=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ alsa-lib gtk3 openssl ffmpeg ]; buildInputs = [ alsa-lib dbus gtk3 openssl ffmpeg ];
postInstall = '' postInstall = ''
mv packaging/rootfs/usr/share $out/share mv packaging/rootfs/usr/share $out/share