mist-cli: 2.2 -> 2.3

Diff: https://github.com/ninxsoft/mist-cli/compare/v2.2...v2.3
This commit is contained in:
Josef Hofer
2026-06-28 17:05:11 +02:00
parent 08bbeb4f13
commit 39d213b956
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "mist-cli";
version = "2.2";
version = "2.3";
src = fetchurl {
url = "https://github.com/ninxsoft/mist-cli/releases/download/v${finalAttrs.version}/mist-cli.${finalAttrs.version}.pkg";
hash = "sha256-d+tm37X6JC5r23D8WTsxIkL0RU4U58pJmLermwjOgCE=";
hash = "sha256-rUIA40JTXndE7W2wQiayhAP9RPTQMeJV8d6NUy/Immk=";
};
__structuredAttrs = true;