nix-community / nixpkgs-wayland

Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS. [maintainers=@colemickens, @Artturin]
510 stars 47 forks source link

i3status-rust: update the cargoSha256 #333

Closed ymatsiuk closed 2 years ago

ymatsiuk commented 2 years ago

Fixes this error;

error: hash mismatch in fixed-output derivation '/nix/store/pd3dc7kpw3wwzwans41lqpjaf999xxx1-i3status-rust-0.21.4-vendor.tar.gz.drv':
         specified: sha256-KIU0YWxlYL5GVOVAQZddg3PvE3qCnlukPmWgAU9sCO0=
            got:    sha256-tNwf2ShnzoSrb1R/g0hOGwQMulWYXyVCILU3Jb+Sfpg=
colemickens commented 2 years ago

Please see https://github.com/nix-community/nixpkgs-wayland/pull/330#issuecomment-1014972086

This sort of update only makes sense in tandem with the flake input upgrade as well, since that's what causes the hash mismatch.

colemickens commented 2 years ago

General issue to track and share thoughts for fixing: https://github.com/nix-community/nixpkgs-wayland/issues/334

ymatsiuk commented 2 years ago

Apologies for missing this, I just recently started using this flake and didn't bother to search through the repo first.

colemickens commented 2 years ago

No worries at all! Thanks for the contribution!