about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-16 10:10:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-05-02 12:30:46 +0200
commitc1b2aeb1e6329ecd5a7a4c5e3f61d97391bb2a38 (patch)
treeb047c4826e8223b6cde0218f6964a8d0d78e00b6
parent905a810af0b3c0fd7872d0874a0fe97c2a7e8606 (diff)
zellij: 0.39.2 -> 0.40.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
(cherry picked from commit 398f02763a59e584f2814fbcec94e2c344fbab51)
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 160bb2bab62d4..e32304e1f201e 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.39.2";
+  version = "0.40.0";
 
   src = fetchFromGitHub {
     owner = "zellij-org";
     repo = "zellij";
     rev = "v${version}";
-    hash = "sha256-FSLbRfxSWY0a9H9iHT3oQ2SXwB70AwyH0Cm8sDZGaUk=";
+    hash = "sha256-1z7qIgjElE9gw0lY+A17gsYIcnKRceZTFnRd8fMeBg8=";
   };
 
-  cargoHash = "sha256-a5dFtK5czOGqE6mKeeI0kkY2da1kS3IRZ1NTluZ9Syc=";
+  cargoHash = "sha256-KXXldWtcUsdbDsWd66Q1TbaClfr+Uo8f6gCi1exNIRc=";
 
   nativeBuildInputs = [
     mandown