wttrbar: 0.14.2 -> 0.14.3

Changelog: https://github.com/bjesus/wttrbar/releases/tag/0.14.3
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-03-20 09:44:01 -05:00
parent 349d1d7c90
commit f361ec3ac8
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wttrbar";
version = "0.14.2";
version = "0.14.3";
src = fetchFromGitHub {
owner = "bjesus";
repo = "wttrbar";
tag = finalAttrs.version;
hash = "sha256-cbz9PNdtqvslqIRLnnACbSqbM9DT1KIw0X5nOqy79ic=";
hash = "sha256-MNELUtk3pXw0vcA8I1zUXl6BhojEcIoOUX4G2d4QIMI=";
};
cargoHash = "sha256-Dzb13ZaqgOZl3LpFYvsknpPYA69r9q73zJlrlQAF2sk=";
cargoHash = "sha256-V+XsePgv6Ss6TC/Ej2hQkfj7hdjTNV0V4QNynMRZ24I=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];