about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-27 19:41:35 +0200
committerGitHub <noreply@github.com>2022-05-27 19:41:35 +0200
commit74e529163ed3c0b4c6841ada7b73f5126dff67c3 (patch)
treecb4c7725ea972f4af1f7927bdb614c6c35713c6e /pkgs/applications/audio
parent1d7aa0f17abe930115af0b9391d2a0ce37accd3a (diff)
parent9008a98b32816395482cca95f2eee098290d5477 (diff)
Merge pull request #174726 from devhell/bump-termusic
termusic: 0.6.15 -> 0.6.16
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/termusic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/termusic/default.nix b/pkgs/applications/audio/termusic/default.nix
index a8889cab69773..80cebab40c318 100644
--- a/pkgs/applications/audio/termusic/default.nix
+++ b/pkgs/applications/audio/termusic/default.nix
@@ -7,14 +7,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "termusic";
-  version = "0.6.15";
+  version = "0.6.16";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-e4hCo5a54EPp6/sd1/ivwHePu+e6MqbA9tvPWf41EhQ=";
+    sha256 = "sha256-2xPm4DahTv3+T92qMYuistfPTlZaJUushP0yrgHYqco=";
   };
 
-  cargoHash = "sha256-kQjLmASJpo7+LT73vVjbPWhNUGJ1HI6S/8W6gJskJXE=";
+  cargoHash = "sha256-oPRW1x/hXhT8LBW3Z3jMBoal5zC6jKKOTo/RrDwgeJU=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ alsa-lib ];