eww: 0.6.0-unstable-2025-06-17 -> 0.6.0-unstable-2025-06-30 (#421977)

Co-authored-by: w-lfchen <w-lfchen@posteo.net>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-03 11:05:27 +00:00
committed by GitHub
co-authored by w-lfchen
+4 -4
View File
@@ -15,17 +15,17 @@
rustPlatform.buildRustPackage rec {
pname = "eww";
version = "0.6.0-unstable-2025-06-17";
version = "0.6.0-unstable-2025-06-30";
src = fetchFromGitHub {
owner = "elkowar";
repo = "eww";
rev = "0e409d4a52bd3d37d0aa0ad4e2d7f3b9a8adcdb7";
hash = "sha256-QGs9H+SBoMjvznTh3RZVjlwQPkcz6S6CbxC71cS49dk=";
rev = "fddb4a09b107237819e661151e007b99b5cab36d";
hash = "sha256-PJW4LvW9FmkG9HyUtgXOq7MDjYtBc/iJuOxyf29nD0Y=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-SEdr9nW5nBm1g6fjC5fZhqPbHQ7H6Kk0RL1V6OEQRdA=";
cargoHash = "sha256-Kf99eojqXvdbZ3eRS8GBgyLYNpZKJGIJtsOsvhhSVDk=";
nativeBuildInputs = [
installShellFiles