wiki-tui: 0.9.1 -> 0.9.2

This commit is contained in:
builditluc
2025-12-08 07:27:48 +01:00
parent aa4d98ac67
commit de9ccf73d1
+3 -3
View File
@@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "wiki-tui";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "Builditluc";
repo = "wiki-tui";
tag = "v${version}";
hash = "sha256-eTDxRrTP9vX7F1lmDCuF6g1pfaZChqB8Pv1kfrd7I9w=";
hash = "sha256-hUAe2mzz/4xdpyPE2rbTq5WKk0bNa4dSFocFiCXyO4Q=";
};
nativeBuildInputs = [ pkg-config ];
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
openssl
];
cargoHash = "sha256-Pe6mNbn4GFjhpFZeWMlaRt7Bj5BLiIy789hXWkII2ps=";
cargoHash = "sha256-0M3vHj/dzHcI2FJLramTsFMw4m/WGp9vX9Tq52dSW1o=";
meta = {
description = "Simple and easy to use Wikipedia Text User Interface";