about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-02 09:27:07 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-05-02 12:30:50 +0200
commit8f04bcd661cead73e5df1f3027faf4eface90cc9 (patch)
tree130e8f32d7293aff108a70fe5192fd6514ebb86c
parentc1b2aeb1e6329ecd5a7a4c5e3f61d97391bb2a38 (diff)
zellij: 0.40.0 -> 0.40.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
(cherry picked from commit 8a19b4996de8e7b9b32a1db15015e44f88400427)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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 e32304e1f201..1404f9515232 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