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-08-23 03:44:39 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-23 03:44:39 +0000
commit67b60dd9bf5a187df44b4b5af925129d095ec530 (patch)
treeeb6c8473da5a49c92bd0856f924b197b12e9a453 /pkgs/applications/audio/songrec
parent45d3c11c725e79b837df299b269771215bdba3a3 (diff)
songrec: 0.1.8 -> 0.1.9
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 ccedb4c069ec0..e9944bc0da345 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.1.8";
+  version = "0.1.9";
 
   src = fetchFromGitHub {
     owner = "marin-m";
     repo = pname;
     rev = version;
-    sha256 = "sha256-6siGLegNgvLdP7engwpKmhzWYqBXcMsfaXhJJ1tIqJg=";
+    sha256 = "sha256-2n6bj/JlbOTs3AyQKItacutUl1nmb6YsrXvRSp9C+BA=";
   };
 
-  cargoSha256 = "sha256-H4qJYcFjip71EVTGw50goj0HjKN9fmjQZqQDhaSKlaQ=";
+  cargoSha256 = "sha256-3sr7Rtp34Y2oCI+/6mE6C7jRx0xloiljuP0nlYACfMY=";
 
   nativeBuildInputs = [ pkg-config ];