zellij: 0.8.0 -> 0.10.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Reviewed-by: William Casarin <jb55@jb55.com>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20210514095219.13010-1-mail@beyermatthias.de%3E

authored by Matthias Beyer and committed by Raphael Megzari 7f3e435b 282576e2

+3 -3
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "zellij"; 5 - version = "0.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "zellij-org"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-armEkYiRQ2RvKFUtNlnMejkNSLJOEQpFzUPduNJatMo="; 12 }; 13 14 - cargoSha256 = "sha256-68UfDlQ1KuGZwcuSNeOCwULxS+Ei16lEydrO4CssD3Y="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "zellij"; 5 + version = "0.10.0"; 6 7 src = fetchFromGitHub { 8 owner = "zellij-org"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "0x57g8va1b5ix3302qg9i5644w8s4lzfbz61nm7x1vq39i7rkdbk"; 12 }; 13 14 + cargoSha256 = "03l3v2q7a8gqd88g1h209wqrr98v674467z6pl3im3l382dbwr4s"; 15 16 nativeBuildInputs = [ installShellFiles ]; 17