Merge pull request #142387 from 0x4A6F/master-zellij

zellij: 0.18.1 -> 0.19.0

authored by Fabian Affolter and committed by GitHub d0f06b9e c9c53449

+3 -3
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "zellij"; 13 - version = "0.18.1"; 13 + version = "0.19.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "zellij-org"; 17 17 repo = "zellij"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-r9RZVmWKJJLiNSbSQPVJPR5koLR6DoAwlitTiQOc1fI="; 19 + sha256 = "sha256-/1ngmthzWp9K7pBBOBiSMUv0yC66K3Tg2g2PoBskpTU="; 20 20 }; 21 21 22 - cargoSha256 = "sha256-xaC9wuT21SYH7H8/d4usDjHeojNZ2d/NkqMqNlQQ1n0="; 22 + cargoSha256 = "sha256-eFWsqjXO6QFTO26ppZ4tiJXc/PEYD+5ZdbTBMoDoLFI="; 23 23 24 24 nativeBuildInputs = [ 25 25 installShellFiles