lol

Merge pull request #194808 from r-ryantm/auto-update/mqttui

mqttui: 0.17.0 -> 0.18.0

authored by

Fabian Affolter and committed by
GitHub
03c94a82 74ca3d74

+3 -3
+3 -3
pkgs/tools/networking/mqttui/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "mqttui"; 10 - version = "0.17.0"; 10 + version = "0.18.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "EdJoPaTo"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-GoSIck/P6s6flmfz2JbHZLgQJXXpLaxShOhmghIIMNc="; 16 + sha256 = "sha256-XREY86CcxH+YqzOpu5vXiP6lIZaj+twKQgGmn7MR1As="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-oxbHaSS9+J3KPvKDdi+tpl2BI/YdppyxqSyCSfSxjMY="; 19 + cargoSha256 = "sha256-V5jVgNIV+Bl1nYKy2RYFbKYo/x65gG3RmB+XjFATxN8="; 20 20 21 21 buildInputs = lib.optional stdenv.isDarwin Security; 22 22