eww: 0.6.0-unstable-2025-05-18 -> 0.6.0-unstable-2025-06-17 (#419209)

Co-authored-by: w-lfchen <w-lfchen@posteo.net>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-23 12:00:47 +00:00 committed by GitHub
commit eeab26971f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec {
pname = "eww";
version = "0.6.0-unstable-2025-05-18";
version = "0.6.0-unstable-2025-06-17";
src = fetchFromGitHub {
owner = "elkowar";
repo = "eww";
rev = "98c220126d912b935987766f56650b55f3e226eb";
hash = "sha256-zi+5G05aakh8GBdfHL1qcNo/15VEm5mXtHGgKMAyp1U=";
rev = "0e409d4a52bd3d37d0aa0ad4e2d7f3b9a8adcdb7";
hash = "sha256-QGs9H+SBoMjvznTh3RZVjlwQPkcz6S6CbxC71cS49dk=";
};
useFetchCargoVendor = true;