3
0
Fork 0
forked from mirrors/nixpkgs

zellij: 0.19.0 -> 0.20.0

This commit is contained in:
Alyssa Ross 2021-11-09 14:35:51 +00:00
parent ce6af4cada
commit 108b850b8e
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "zellij";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "zellij-org";
repo = "zellij";
rev = "v${version}";
sha256 = "sha256-/1ngmthzWp9K7pBBOBiSMUv0yC66K3Tg2g2PoBskpTU=";
sha256 = "022bxird7jblxix7h2fk91090c87033a1j6hf4wvckwpqywm0wac";
};
cargoSha256 = "sha256-eFWsqjXO6QFTO26ppZ4tiJXc/PEYD+5ZdbTBMoDoLFI=";
cargoSha256 = "04fyq0n4v01rsx6xw5raf139ml3nq6casz2nyk23zp3349kb8vad";
nativeBuildInputs = [
installShellFiles