Skip to content

Commit 0add023

Browse files
eww: 0.6.0-unstable-2025-01-14 -> 0.6.0-unstable-2025-02-16 (#383018)
Co-authored-by: w-lfchen <[email protected]>
2 parents bf879ca + ba021c0 commit 0add023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ew/eww/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "eww";
18-
version = "0.6.0-unstable-2025-01-14";
18+
version = "0.6.0-unstable-2025-02-16";
1919

2020
src = fetchFromGitHub {
2121
owner = "elkowar";
2222
repo = "eww";
23-
rev = "593a4f4666f0bc42790d6d033e64a2b38449090f";
24-
hash = "sha256-DbXsiqMyZKNSFmL5aEJwJr+cPnz8qaWe5lNDoovOX/g=";
23+
rev = "5b4cc3e7a8055afb758421f4a114ef4032806e39";
24+
hash = "sha256-iA/OTtsymhuCMRDC0IJE7YXuCeFJbkuMwPaj7tAVbQw=";
2525
};
2626

2727
useFetchCargoVendor = true;
28-
cargoHash = "sha256-JBX6jyqzkbqnpA/P2BJ04UHTU6lWbMUcD2uMUJPblvc=";
28+
cargoHash = "sha256-tjhF4D5WFw6qBUXRWcWjaB57zyXeWBDULsOcr2MJJgA=";
2929

3030
nativeBuildInputs = [
3131
installShellFiles

0 commit comments

Comments
 (0)