mqttui 0.18.0 -> 0.19.0 https://github.com/EdJoPaTo/mqttui/releases attrpath: mqttui Checking auto update branch... No auto update branch exists Old version 0.18.0" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , rustPlatform , Security }: rustPlatform.buildRustPackage rec { pname = "mqttui"; version = "0.19.0"; src = fetchFromGitHub { owner = "EdJoPaTo"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-cezG9hdHOeTExX4OJwJ22e/PvfdySPzQGwxumavV++Q="; }; cargoHash = "sha256-vSlziZtjyzsd346qUBEPEl8I3UlPhWHRu4+FiD1XqOo="; buildInputs = lib.optional stdenv.isDarwin Security; meta = with lib; { description = "Terminal client for MQTT"; homepage = "https://github.com/EdJoPaTo/mqttui"; changelog = "https://github.com/EdJoPaTo/mqttui/blob/v${version}/CHANGELOG.md"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; }