sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 07e633cb6af7f2cb947143b64a29e774b61d3c20
parent 58d531881595bf99626f01e8c0db2e71c3306858
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat, 29 Mar 2025 18:19:05 +1100

contrib/nix: bump nixpkgs

This is to get ruby_3_4.

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