zellij: 0.20.0 -> 0.20.1

This commit is contained in:
happysalada 2021-11-10 12:33:57 -05:00
parent 84d856a651
commit 322ae11b18

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "zellij"; pname = "zellij";
version = "0.20.0"; version = "0.20.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zellij-org"; owner = "zellij-org";
repo = "zellij"; repo = "zellij";
rev = "v${version}"; rev = "v${version}";
sha256 = "022bxird7jblxix7h2fk91090c87033a1j6hf4wvckwpqywm0wac"; sha256 = "sha256-VeFKUNAOhNvNAqIp4yg0dulIVC6vCvD3ClYjMg1vM1g=";
}; };
cargoSha256 = "04fyq0n4v01rsx6xw5raf139ml3nq6casz2nyk23zp3349kb8vad"; cargoSha256 = "sha256-qZjyl+irC5Cj3tpUs97jLxs1UB+7E1xZKbnF3TPFhKE=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles