Unverified Commit 3db5de3b authored by 0x4A6F's avatar 0x4A6F Committed by GitHub
Browse files

Merge pull request #266029 from R-VdP/zellij_0_39_0

zellij: 0.38.2 -> 0.39.0
parents 40e5c027 a5fb471c
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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
  ];