Merge pull request #308457 from matthiasbeyer/update-zellij

zellij: 0.40.0 -> 0.40.1

authored by Matthias Beyer and committed by GitHub 98f5a7c4 306e8009

+3 -3
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "zellij"; 19 - version = "0.40.0"; 20 21 src = fetchFromGitHub { 22 owner = "zellij-org"; 23 repo = "zellij"; 24 rev = "v${version}"; 25 - hash = "sha256-1z7qIgjElE9gw0lY+A17gsYIcnKRceZTFnRd8fMeBg8="; 26 }; 27 28 - cargoHash = "sha256-KXXldWtcUsdbDsWd66Q1TbaClfr+Uo8f6gCi1exNIRc="; 29 30 nativeBuildInputs = [ 31 mandown
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "zellij"; 19 + version = "0.40.1"; 20 21 src = fetchFromGitHub { 22 owner = "zellij-org"; 23 repo = "zellij"; 24 rev = "v${version}"; 25 + hash = "sha256-n8cwsCeKWzTw/psvLL3chBr8EcwGoeKB8JeiLSLna1k="; 26 }; 27 28 + cargoHash = "sha256-TyIQaovmpiu7USURA//+IQWNT95rrVk0x9TRspXYUNk="; 29 30 nativeBuildInputs = [ 31 mandown