about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-29 18:43:35 -0400
committerfigsoda <figsoda@pm.me>2022-09-29 18:43:35 -0400
commit8813bb7a48285efbe4e67c9d258f01ba1e4b5704 (patch)
treead0e5033f6ae3fd07f6c6f8b4f234295512d7263
parent181908996a31df7fa420ed6ac4e54eeeb710f6d2 (diff)
mmtc: 0.2.14 -> 0.2.15
-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 578cecf09b097..e1cb2a1eb2304 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.2.14";
+  version = "0.2.15";
 
   src = fetchFromGitHub {
     owner = "figsoda";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-g2JHY95vkG/Ep2eqz8guteF8fHUso/JuuVijNGkgykA=";
+    sha256 = "sha256-GQ1SoZE74o8fsXHVdjdEMbdUeefyPb4FXxidcHCy180=";
   };
 
-  cargoSha256 = "sha256-tVjy/O5hfnQFC6to8VMGc39mEXhA5lwUIne6pVvDec0=";
+  cargoSha256 = "sha256-2IcOwjYTRl2tCB/YAuDACpgaRKZ/21IKWpVs+koYH3k=";
 
   nativeBuildInputs = [ installShellFiles ];