summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 06:27:56 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 06:27:56 +0000
commit6763102a3c3015678f47ad79e8ce73b5e9577021 (patch)
tree086cf8f9c43b8e31d760f460e1c95d4a6bea60bb
parentea59da44e84ac92d5eebc7d6e5dd5a2873fe5379 (diff)
downloadnixpkgs-6763102a3c3015678f47ad79e8ce73b5e9577021.tar
nixpkgs-6763102a3c3015678f47ad79e8ce73b5e9577021.tar.gz
nixpkgs-6763102a3c3015678f47ad79e8ce73b5e9577021.tar.bz2
nixpkgs-6763102a3c3015678f47ad79e8ce73b5e9577021.tar.lz
nixpkgs-6763102a3c3015678f47ad79e8ce73b5e9577021.tar.xz
nixpkgs-6763102a3c3015678f47ad79e8ce73b5e9577021.tar.zst
nixpkgs-6763102a3c3015678f47ad79e8ce73b5e9577021.zip
songrec: 0.1.9 -> 0.2.0
-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 e9944bc0da3..166784a164d 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.9";
+  version = "0.2.0";
 
   src = fetchFromGitHub {
     owner = "marin-m";
     repo = pname;
     rev = version;
-    sha256 = "sha256-2n6bj/JlbOTs3AyQKItacutUl1nmb6YsrXvRSp9C+BA=";
+    sha256 = "sha256-9fq2P+F7Olm9bUQ1HbH/Lzb5J2mJCma+x/vuH3wf+zY=";
   };
 
-  cargoSha256 = "sha256-3sr7Rtp34Y2oCI+/6mE6C7jRx0xloiljuP0nlYACfMY=";
+  cargoSha256 = "sha256-ATlwBMuT8AufkrZNe1+U74hYRN4V88ZDKYvCWV52iyI=";
 
   nativeBuildInputs = [ pkg-config ];