zellij: 0.30.0 -> 0.31.0

https://zellij.dev/news/sixel-search-statusbar/
This commit is contained in:
Shane Sveller 2022-07-29 09:55:47 -05:00
parent 7ec6eb1b8d
commit 2964f53bf6
No known key found for this signature in database
GPG key ID: 649E7716A5DF8B68

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "zellij";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "zellij-org";
repo = "zellij";
rev = "v${version}";
sha256 = "sha256-T2mkkE7z6AhHnn/77HcrvbY+32EOwE8jjh+veVOE1CY=";
sha256 = "sha256-8QHebxjNKnEhF7CdaEkSuSwvb0nbDSxYTlJN2Vn/pRk=";
};
cargoSha256 = "sha256-XTaQbMK7R43CE03niUaBzlYN4xRo7pUFdNYvUeA+MwA=";
cargoSha256 = "sha256-dPK0gq+zCLn5n3tXt2DNqsL4+I+3vwR8ebRsrPlaMl0=";
nativeBuildInputs = [
mandown