We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 922ce16 + bcd2928 commit 6bc8422Copy full SHA for 6bc8422
pkgs/by-name/mq/mqttui/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "mqttui";
11
- version = "0.22.0";
+ version = "0.22.1";
12
13
src = fetchFromGitHub {
14
owner = "EdJoPaTo";
15
repo = "mqttui";
16
tag = "v${version}";
17
- hash = "sha256-q4C4YAs8Q1jHA5P2OApkFZnYM4/aZGxnE8Pd6Hmwd1I=";
+ hash = "sha256-wKqIDKng4pfqDuYtqFRh3UIeZQ4QzzFlLkQn5MXcVlU=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-pn4wmlMW8p6IAHrYjmvmZxNMjIJwJ2MYRsANz4D6xCU=";
+ cargoHash = "sha256-gk5nA6np7dK4+j26aySNWfMZ9t/+7nZRaPsnhlDEnes=";
22
23
buildInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.Security;
24
0 commit comments