sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit f1f44a18ea35575c95767b96a37cfaf47bf7d95a
parent d2a2a0d7544237a29bf932773cc85e9050bd9c26
Author: Dan Callaghan <djc@djc.id.au>
Date:   Wed, 29 Mar 2023 19:50:12 +1100

contrib/nix: bump nixpkgs

This is to get ruby_3_2.

Diffstat:
M contrib/nix/ruby2.7-shell.nix | 2 +-
M contrib/nix/ruby3.0-shell.nix | 2 +-
M contrib/nix/ruby3.1-shell.nix | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/nix/ruby2.7-shell.nix b/contrib/nix/ruby2.7-shell.nix
@@ -2,7 +2,7 @@ let
   pkgs = import (builtins.fetchGit {
     url = "https://github.com/NixOS/nixpkgs";
     ref = "refs/heads/master";
-    rev = "f5ffd5787786dde3a8bf648c7a1b5f78c4e01abb";
+    rev = "402cc3633cc60dfc50378197305c984518b30773";
   }) {};
   gems = pkgs.bundlerEnv {
     name = "ruby2.7-gems-for-sup";
diff --git a/contrib/nix/ruby3.0-shell.nix b/contrib/nix/ruby3.0-shell.nix
@@ -2,7 +2,7 @@ let
   pkgs = import (builtins.fetchGit {
     url = "https://github.com/NixOS/nixpkgs";
     ref = "refs/heads/master";
-    rev = "f5ffd5787786dde3a8bf648c7a1b5f78c4e01abb";
+    rev = "402cc3633cc60dfc50378197305c984518b30773";
   }) {};
   gems = pkgs.bundlerEnv {
     name = "ruby3.0-gems-for-sup";
diff --git a/contrib/nix/ruby3.1-shell.nix b/contrib/nix/ruby3.1-shell.nix
@@ -2,7 +2,7 @@ let
   pkgs = import (builtins.fetchGit {
     url = "https://github.com/NixOS/nixpkgs";
     ref = "refs/heads/master";
-    rev = "f5ffd5787786dde3a8bf648c7a1b5f78c4e01abb";
+    rev = "402cc3633cc60dfc50378197305c984518b30773";
   }) {};
   gems = pkgs.bundlerEnv {
     name = "ruby3.1-gems-for-sup";