about summary refs log tree commit diff
path: root/pkgs/applications/audio/songrec
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-10-16 02:48:15 +0000
committerAaron Jheng <wentworth@outlook.com>2023-10-16 02:48:15 +0000
commit4bc0564e16e661cfe65167534ba413357eba2443 (patch)
tree51583adfff35221f50b3fc15f9e0565ccaa174a9 /pkgs/applications/audio/songrec
parent6998695f5d916ee659351391daffc00221ab791d (diff)
songrec: 0.3.2 -> 0.3.3
Diffstat (limited to 'pkgs/applications/audio/songrec')
-rw-r--r--pkgs/applications/audio/songrec/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/songrec/default.nix b/pkgs/applications/audio/songrec/default.nix
index 30e6ba9b2fa75..96757234e15a2 100644
--- a/pkgs/applications/audio/songrec/default.nix
+++ b/pkgs/applications/audio/songrec/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "songrec";
-  version = "0.3.2";
+  version = "0.3.3";
 
   src = fetchFromGitHub {
     owner = "marin-m";
     repo = pname;
     rev = version;
-    sha256 = "sha256-cUiy8ApeUv1K8SEH4APMTvbieGTt4kZYhyB9iGJd/IY=";
+    hash = "sha256-K80uoMfwkyH/K8t6zdkq1ZYTpI0dAIvO2K2kzpzDoN0=";
   };
 
-  cargoSha256 = "sha256-Tlq4qDp56PXP4N1UyHjtQoRgDrc/19vIv8uml/lAqqc=";
+  cargoHash = "sha256-Xmey+goHGTWMgKIJRzKMi9Y1bv677Yo2sfDaMauvZsM=";
 
   nativeBuildInputs = [ pkg-config ];