summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-08-12 21:42:55 -0500
committerGitHub <noreply@github.com>2022-08-12 21:42:55 -0500
commit71d9ee04f44051acbca335b6c5f583902e329987 (patch)
tree10d1af34e7bb0111d6cf353879b00428f0c9cb85
parent72c7711a6496bf170073822dff326be8837b8567 (diff)
parent480814e21a334aaf39ec5505e2d8ac52871d563b (diff)
Merge pull request #186311 from devhell/bump-termusic
termusic: 0.7.1 -> 0.7.2
-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 64ad86825e00..8734d7d1f654 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.1";
+ version = "0.7.2";
src = fetchCrate {
inherit pname version;
- sha256 = "sha256-n5Z6LnZ0x+V46Exa9vSMrndZHperJlcXl1unfeTuo9M=";
+ sha256 = "sha256-4o36h/x4+h2H4xpgPfOgIza6zNANyhmSM3Cm1XwWb7w=";
};
- cargoHash = "sha256-eIM0/SWLZVyVsHyQ4GzKSjVTvK7oActAiBEv56+JqK4=";
+ cargoHash = "sha256-WHxrMD6W7UyJg8HhjxWlm9KQ5SKsM6fLdvhDzBb16pI=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ alsa-lib ];