summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-07-10 14:57:46 +0100
committerdevhell <devhell@mailfresser.de>2022-07-10 14:57:46 +0100
commitd747f7993879edf21f789778e17aa8902ed8e2b8 (patch)
tree99c7a9c150a6fec24ce1f6e2019b66648c093fc7
parentd9d051d6dd089cc6f1762a8a154f6bff0b60b94a (diff)
downloadnixpkgs-d747f7993879edf21f789778e17aa8902ed8e2b8.tar
nixpkgs-d747f7993879edf21f789778e17aa8902ed8e2b8.tar.gz
nixpkgs-d747f7993879edf21f789778e17aa8902ed8e2b8.tar.bz2
nixpkgs-d747f7993879edf21f789778e17aa8902ed8e2b8.tar.lz
nixpkgs-d747f7993879edf21f789778e17aa8902ed8e2b8.tar.xz
nixpkgs-d747f7993879edf21f789778e17aa8902ed8e2b8.tar.zst
nixpkgs-d747f7993879edf21f789778e17aa8902ed8e2b8.zip
termusic: 0.6.16 -> 0.6.17
-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 80cebab40c3..3d89289c747 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.16";
+  version = "0.6.17";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-2xPm4DahTv3+T92qMYuistfPTlZaJUushP0yrgHYqco=";
+    sha256 = "sha256-diZl+izb55EFQaL6soLVNrFhoi7AOFkFnVcAU2XlI+c=";
   };
 
-  cargoHash = "sha256-oPRW1x/hXhT8LBW3Z3jMBoal5zC6jKKOTo/RrDwgeJU=";
+  cargoHash = "sha256-VW+tMnjuVnf/PsBAoMnOxbyNna1UpGB/5V52XSzBJr8=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ alsa-lib ];