about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-08 12:05:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-08 12:05:18 +0000
commit06690fd5ad57d81857fe19ab96bf443b99156321 (patch)
tree7a0768ee0cbb47d92b03724105cc1f4826a6e543 /pkgs/applications/audio
parent46ee37ca1d9cd3bb18633b4104ef21d9035aac89 (diff)
termusic: 0.7.5 -> 0.7.7
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 08420191127de..e3219030df5cf 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.7.5";
+  version = "0.7.7";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-/wpaxXY0hT7XX44cW1f3JuowE5u46/aLMC2VXgty/jE=";
+    sha256 = "sha256-ynSNgiy8TUxRBDAi4rSPd5ztSLMaaFg1yEMTD1TI3V4=";
   };
 
-  cargoHash = "sha256-TznzZ1dcun57IQ8e2T2FOxSdyqxS6etnuvxOY8n1y14=";
+  cargoHash = "sha256-jD+oJw9xGY9ItYvoIUMwn8HrM72+02wOTeXEJjkZAfk=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ alsa-lib ];