Merge pull request #197684 from matthiasbeyer/update-zellij

zellij: 0.31.4 -> 0.32.0

authored by 0x4A6F and committed by GitHub be7042a0 b410bee3

+3 -3
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "zellij"; 18 - version = "0.31.4"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 rev = "v${version}"; 24 - sha256 = "sha256-eULdBwQNquk4jj1SjdMsAN7S7mBSZs7jVAwMyFvOlWk="; 25 }; 26 27 - cargoSha256 = "sha256-bKOY1r5SxAI9D+9YkYhX2l+pm2kZ6GEU2cf5NFqhuSU="; 28 29 nativeBuildInputs = [ 30 mandown
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "zellij"; 18 + version = "0.32.0"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 rev = "v${version}"; 24 + sha256 = "sha256-AZSchcWYg9G7lps6EgupPksXbvKzrs8wlse1jsbC8Rs="; 25 }; 26 27 + cargoSha256 = "sha256-UZb5jVO5E4Yin5ua9QVsRzQGa35Onm4s/w7ys31+vX4="; 28 29 nativeBuildInputs = [ 30 mandown