eww: 0.3.0 -> 0.4.0

This commit is contained in:
figsoda 2022-09-05 09:18:48 -04:00
parent db7559f550
commit 07caa11af6
2 changed files with 6 additions and 8 deletions

View File

@ -1,13 +1,11 @@
diff --git a/Cargo.lock b/Cargo.lock
index 9ae7ab9..c810728 100644
--- a/Cargo.lock --- a/Cargo.lock
+++ b/Cargo.lock +++ b/Cargo.lock
@@ -403,7 +403,7 @@ dependencies = [ @@ -406,7 +406,7 @@ dependencies = [
[[package]] [[package]]
name = "eww" name = "eww"
-version = "0.2.0" -version = "0.3.0"
+version = "0.3.0" +version = "0.4.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "eww"; pname = "eww";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elkowar"; owner = "elkowar";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "055il2b3k8x6mrrjin6vkajpksc40phcp4j1iq0pi8v3j7zsfk1a"; sha256 = "sha256-wzgWx3QxZvCAzRKLFmo/ru8hsIQsEDNeb4cPdlEyLxE=";
}; };
cargoSha256 = "sha256-3hGA730g8E4rwQ9V0wSLUcAEmockXi+spwp50cgf0Mw="; cargoSha256 = "sha256-9RfYDF31wFYylhZv53PJpZofyCdMiUiH/nhRB2Ni/Is=";
cargoPatches = [ ./Cargo.lock.patch ]; cargoPatches = [ ./Cargo.lock.patch ];