about summary refs log tree commit diff
path: root/pkgs/applications/audio/songrec
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2022-02-03 19:00:33 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-04 19:23:14 -0800
commit5aaf3d7b59e67021ad8c5a1dbbf31eb2f72b0f38 (patch)
tree8453f3c2bdb7c8fda7970680e1ecd1a56a01b205 /pkgs/applications/audio/songrec
parent59add637ca2fbd73d1b01c8da71aea0dfec62cdd (diff)
songrec: 0.2.1 -> 0.3.0
Also add new dbus dependency
Diffstat (limited to 'pkgs/applications/audio/songrec')
-rw-r--r--pkgs/applications/audio/songrec/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/audio/songrec/default.nix b/pkgs/applications/audio/songrec/default.nix
index 60fbd3a2888aa..03cfae066b2cd 100644
--- a/pkgs/applications/audio/songrec/default.nix
+++ b/pkgs/applications/audio/songrec/default.nix
@@ -6,24 +6,25 @@
 , alsa-lib
 , pkg-config
 , ffmpeg
+, dbus
 }:
 
 rustPlatform.buildRustPackage rec {
   pname = "songrec";
-  version = "0.2.1";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "marin-m";
     repo = pname;
     rev = version;
-    sha256 = "sha256-pKHKM4XOuuZCr4neMe1AVqWMuZghwYNe+ifJCQhXG/c=";
+    sha256 = "sha256-aHZH3sQNUUPcMRySy8Di0XUoFo4qjGi2pi0phLwORaA=";
   };
 
-  cargoSha256 = "sha256-J3ezXBOGJwzIPTHXujHpswsgh9PFy110AOQ2pPJNm10=";
+  cargoSha256 = "sha256-EpkB43rMUJO6ouUV9TmQ+RSnGhX32DZHpKic1E6lUyU=";
 
   nativeBuildInputs = [ pkg-config ];
 
-  buildInputs = [ alsa-lib gtk3 openssl ffmpeg ];
+  buildInputs = [ alsa-lib dbus gtk3 openssl ffmpeg ];
 
   postInstall = ''
     mv packaging/rootfs/usr/share $out/share