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

Merge pull request #187190 from r-ryantm/auto-update/zellij

zellij: 0.31.1 -> 0.31.2
parents 55328741 4db63c2d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
  pname = "zellij";
  version = "0.31.1";
  version = "0.31.2";

  src = fetchFromGitHub {
    owner = "zellij-org";
    repo = "zellij";
    rev = "v${version}";
    sha256 = "sha256-8ISOyfLNtLW244HkCOpB38fhafnxRaOBBezpVz4Mb2o=";
    sha256 = "sha256-btuBVG/ZF996RLTfB6HvMRuuZOwJGAMvoefVtw9SjME=";
  };

  cargoSha256 = "sha256-lBmJL7p7mqfly6CmZBFR2FFD4QlAccCAYU251HuI9jY=";
  cargoSha256 = "sha256-r5+BBiC2IS7DAKTwPNW6mM41nlIgSeP4cNPRWXNFkrU=";

  nativeBuildInputs = [
    mandown