about summary refs log tree commit diff
path: root/pkgs/tools/misc/zellij
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-11-10 10:32:52 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-11-10 10:32:52 +0100
commit0d56b2db67add209d115cb81a9aae1f93e0b654c (patch)
tree06d836ba45a62c1c7540c86230a99251bf4af451 /pkgs/tools/misc/zellij
parent7f52c75ad487612b5ac16f7e77cef12b6198f37f (diff)
zellij: 0.32.0 -> 0.33.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/tools/misc/zellij')
-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 a1cc57ea52f06..fcd2f735fd3d3 100644
--- a/pkgs/tools/misc/zellij/default.nix
+++ b/pkgs/tools/misc/zellij/default.nix
@@ -15,16 +15,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "zellij";
-  version = "0.32.0";
+  version = "0.33.0";
 
   src = fetchFromGitHub {
     owner = "zellij-org";
     repo = "zellij";
     rev = "v${version}";
-    sha256 = "sha256-AZSchcWYg9G7lps6EgupPksXbvKzrs8wlse1jsbC8Rs=";
+    sha256 = "sha256-u+D7DKa2hb6kd6LPcJydkkChsPKW101bJWXx6C87rPs=";
   };
 
-  cargoSha256 = "sha256-UZb5jVO5E4Yin5ua9QVsRzQGa35Onm4s/w7ys31+vX4=";
+  cargoSha256 = "sha256-OxoIWH/eW36fy6xujWHmgAhK6dSodMVASw8rzKFZDSk=";
 
   nativeBuildInputs = [
     mandown