about summary refs log tree commit diff
path: root/pkgs/applications/audio/songrec
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 23:04:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 23:04:11 +0000
commit78a5bd5be92833170ba2094ad29da3110e6c818b (patch)
treea79077c2e571578b28472c62f7e62578ac1e2531 /pkgs/applications/audio/songrec
parent22a500a3f87bbce73bd8d777ef920b43a636f018 (diff)
songrec: 0.2.0 -> 0.2.1
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 166784a164d76..60fbd3a2888aa 100644
--- a/pkgs/applications/audio/songrec/default.nix
+++ b/pkgs/applications/audio/songrec/default.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "songrec";
-  version = "0.2.0";
+  version = "0.2.1";
 
   src = fetchFromGitHub {
     owner = "marin-m";
     repo = pname;
     rev = version;
-    sha256 = "sha256-9fq2P+F7Olm9bUQ1HbH/Lzb5J2mJCma+x/vuH3wf+zY=";
+    sha256 = "sha256-pKHKM4XOuuZCr4neMe1AVqWMuZghwYNe+ifJCQhXG/c=";
   };
 
-  cargoSha256 = "sha256-ATlwBMuT8AufkrZNe1+U74hYRN4V88ZDKYvCWV52iyI=";
+  cargoSha256 = "sha256-J3ezXBOGJwzIPTHXujHpswsgh9PFy110AOQ2pPJNm10=";
 
   nativeBuildInputs = [ pkg-config ];