summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-02 09:45:47 +0200
committerGitHub <noreply@github.com>2024-05-02 09:45:47 +0200
commit98f5a7c46f220385bad5cb28b48b32bb29ed545a (patch)
tree6425221c6f35eb36f12575d2d9fe1faf3685714b
parent306e80095b44148fac2f8a9708e33482fc609d1c (diff)
parent8a19b4996de8e7b9b32a1db15015e44f88400427 (diff)
Merge pull request #308457 from matthiasbeyer/update-zellij
zellij: 0.40.0 -> 0.40.1
-rw-r--r--pkgs/tools/misc/zellij/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/zellij/default.nix b/pkgs/tools/misc/zellij/default.nix
index 567783f9d750..dbb7f4ecc054 100644
--- a/pkgs/tools/misc/zellij/default.nix
+++ b/pkgs/tools/misc/zellij/default.nix
@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "zellij";
- version = "0.40.0";
+ version = "0.40.1";
src = fetchFromGitHub {
owner = "zellij-org";
repo = "zellij";
rev = "v${version}";
- hash = "sha256-1z7qIgjElE9gw0lY+A17gsYIcnKRceZTFnRd8fMeBg8=";
+ hash = "sha256-n8cwsCeKWzTw/psvLL3chBr8EcwGoeKB8JeiLSLna1k=";
};
- cargoHash = "sha256-KXXldWtcUsdbDsWd66Q1TbaClfr+Uo8f6gCi1exNIRc=";
+ cargoHash = "sha256-TyIQaovmpiu7USURA//+IQWNT95rrVk0x9TRspXYUNk=";
nativeBuildInputs = [
mandown