update ewwbar to 0.1.2

This commit is contained in:
willifan 2025-01-15 18:08:56 +01:00
parent 4a4440ce9e
commit 02bdfcb524

View file

@ -18,14 +18,14 @@
rustPlatform.buildRustPackage rec {
pname = "ewwbar";
version = "v0.1.1";
version = "v0.1.2";
src = fetchzip {
url = "https://git.huwe.mooo.com/willifan/desktop-utils/archive/${version}.tar.gz";
sha256 = "sha256-HbNbGEfkohFGmy22RGslrwR2REFbhbRL+I656V9e/7Q=";
sha256 = "sha256-I9UcAn8RWC8DMQqln1n4VMdzG03tugkAaPOqNMSI90o=";
};
cargoHash = "sha256-89Vljhbv2yLJtnr/6GLAuXkhVovJn1Iy+8jNgdPCCu8=";
cargoHash = "sha256-V92FaY0DKlTYkzRkTha9WoKcqibrn6+3HzFTaMhkc80=";
nativeBuildInputs = [