zellij: 0.38.2 -> 0.39.0

Release notes: https://github.com/zellij-org/zellij/releases/tag/v0.39.0
This commit is contained in:
r-vdp
2023-11-07 10:21:03 +01:00
parent a845c1b2d6
commit a5fb471c57
+5 -3
View File
@@ -3,6 +3,7 @@
, rustPlatform
, stdenv
, installShellFiles
, perl
, pkg-config
, libiconv
, openssl
@@ -15,20 +16,21 @@
rustPlatform.buildRustPackage rec {
pname = "zellij";
version = "0.38.2";
version = "0.39.0";
src = fetchFromGitHub {
owner = "zellij-org";
repo = "zellij";
rev = "v${version}";
hash = "sha256-rq7M4g+s44j9jh5GzOjOCBr7VK3m/EQej/Qcnp67NhY=";
hash = "sha256-ZKtYXUNuBwQtEHTaPlptiRncFWattkkcAGGzbKalJZE=";
};
cargoHash = "sha256-xK7lLgjVFUISo4stF6MgfgI4mT5qHuph70cyYaLYZ30=";
cargoHash = "sha256-4XRCXQYJaYvnIfEK2b0VuLy/HIFrafLrK9BvZMnCKpY=";
nativeBuildInputs = [
mandown
installShellFiles
perl
pkg-config
];