commit d3288571a5d4d7a44eb5b4e4393209ba71998114
parent 156ba2416e4b660f09846d21f0d24b59c565154a
Author: Dan Callaghan <djc@djc.id.au>
Date: Mon, 1 Jan 2024 17:12:21 +1100
contrib/nix: bump nixpkgs
This is to get ruby_3_3.
Diffstat:
2 files changed, 2 insertions(+), 2 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 = "402cc3633cc60dfc50378197305c984518b30773";
+ rev = "0e2ba0d131331e318eba20fcb03db0372dc2a926";
}) {};
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 = "402cc3633cc60dfc50378197305c984518b30773";
+ rev = "0e2ba0d131331e318eba20fcb03db0372dc2a926";
}) {};
gems = pkgs.bundlerEnv {
name = "ruby3.2-gems-for-sup";