about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-15 20:18:28 -0500
committerfigsoda <figsoda@pm.me>2023-02-15 20:18:28 -0500
commitedd4aa2490e71fff0365322d0ad218cff36d660d (patch)
tree35ea9e25e22eab8d2893ae079f7cd03ef99e9ae0 /pkgs/applications/audio
parentcd1364e35b503d0add3f4bc57006ebb02070ae14 (diff)
mmtc: 0.3.1 -> 0.3.2
Diff: https://github.com/figsoda/mmtc/compare/v0.3.1...v0.3.2

Changelog: https://github.com/figsoda/mmtc/blob/v0.3.2/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mmtc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/mmtc/default.nix b/pkgs/applications/audio/mmtc/default.nix
index 5a229f0ae3485..ccbe14d767252 100644
--- a/pkgs/applications/audio/mmtc/default.nix
+++ b/pkgs/applications/audio/mmtc/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "mmtc";
-  version = "0.3.1";
+  version = "0.3.2";
 
   src = fetchFromGitHub {
     owner = "figsoda";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-7jQwa4BfyI1CPnMt1YEP9rE6cok90FbEJpyLAPFuxtE=";
+    sha256 = "sha256-gs6uytX4rm2JrJ4UbtHJDg+b+Z1ZjcsuUR0b13jQIy4=";
   };
 
-  cargoSha256 = "sha256-f18aXs8PyA0IaGnPG568ZB/oPsAO+U44WsoDNEgKKXk=";
+  cargoSha256 = "sha256-7zV/AsSZHk99ROC1301nkwJ22dvh4afeCI//G1zWHu8=";
 
   nativeBuildInputs = [ installShellFiles ];