update ewwbar to 0.1.2
This commit is contained in:
parent
4a4440ce9e
commit
02bdfcb524
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
pname = "ewwbar";
|
pname = "ewwbar";
|
||||||
version = "v0.1.1";
|
version = "v0.1.2";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://git.huwe.mooo.com/willifan/desktop-utils/archive/${version}.tar.gz";
|
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 = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue