about summary refs log tree commit diff
path: root/pkgs/applications/audio/songrec
diff options
context:
space:
mode:
authorzendo <linzway@qq.com>2023-12-25 14:09:31 +0800
committerzendo <linzway@qq.com>2024-01-21 22:07:02 +0800
commit55db691b5eb0e84afc2231f1a4c1027655394142 (patch)
treeed4c5bd2512885d38f3e600e95df1ebec574dd38 /pkgs/applications/audio/songrec
parent6df37dc6a77654682fe9f071c62b4242b5342e04 (diff)
songrec: 0.3.3 -> 0.4.1
Diffstat (limited to 'pkgs/applications/audio/songrec')
-rw-r--r--pkgs/applications/audio/songrec/default.nix16
1 files changed, 12 insertions, 4 deletions
diff --git a/pkgs/applications/audio/songrec/default.nix b/pkgs/applications/audio/songrec/default.nix
index 96757234e15a2..0e7a1025f9453 100644
--- a/pkgs/applications/audio/songrec/default.nix
+++ b/pkgs/applications/audio/songrec/default.nix
@@ -7,24 +7,32 @@
 , pkg-config
 , ffmpeg
 , dbus
+, libpulseaudio
 }:
 
 rustPlatform.buildRustPackage rec {
   pname = "songrec";
-  version = "0.3.3";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = "marin-m";
     repo = pname;
     rev = version;
-    hash = "sha256-K80uoMfwkyH/K8t6zdkq1ZYTpI0dAIvO2K2kzpzDoN0=";
+    hash = "sha256-QgmeO6dE5d0X7iMjqvDz/i9tKEzGNzTYqZRXRgYepCg=";
   };
 
-  cargoHash = "sha256-Xmey+goHGTWMgKIJRzKMi9Y1bv677Yo2sfDaMauvZsM=";
+  cargoHash = "sha256-K6dkKtrHQVJfFo3yCWFb0zO4fJDunygU7hCnjAi4svc=";
 
   nativeBuildInputs = [ pkg-config ];
 
-  buildInputs = [ alsa-lib dbus gtk3 openssl ffmpeg ];
+  buildInputs = [
+    alsa-lib
+    dbus
+    gtk3
+    openssl
+    ffmpeg
+    libpulseaudio
+  ];
 
   postInstall = ''
     mv packaging/rootfs/usr/share $out/share