Merge pull request #225990 from matthiasbeyer/update-zellij

zellij: 0.35.2 -> 0.36.0

authored by

Sandro and committed by
GitHub
40ed0699 f6387823

+3 -3
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "zellij"; 18 - version = "0.35.2"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 rev = "v${version}"; 24 - sha256 = "sha256-2wgv84Qm/X5mcEcM5ch7tFHZVg/xassUOtssSzbr0fs="; 25 }; 26 27 - cargoSha256 = "sha256-GAPzWmFUtLWlcDAGHhEowvjM/OKRUuuD/0aa1tbmKuI="; 28 29 nativeBuildInputs = [ 30 mandown
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "zellij"; 18 + version = "0.36.0"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 rev = "v${version}"; 24 + sha256 = "sha256-6hd4vZfcztD+i3hRP057Z9kYbl/QYK7e5X18tKRmNVQ="; 25 }; 26 27 + cargoSha256 = "sha256-71HQ/75tl6ogGm5geDPZtz8oYCxUkAWUrU1lhK2AG0c="; 28 29 nativeBuildInputs = [ 30 mandown