commit 57ce05a58b644352588f46274fcb3a55dbe4b234
parent 3c63d7c6d66fa99d6bdecf6484cdb6df6d8c4621
Author: Dan Callaghan <djc@djc.id.au>
Date: Sun, 21 Apr 2024 10:06:28 +1000
ncursesw: 1.4.10 → 1.4.11
Diffstat:
16 files changed, 12 insertions(+), 116 deletions(-)
diff --git a/contrib/nix/Gemfile.lock b/contrib/nix/Gemfile.lock
@@ -17,7 +17,7 @@ GEM
mime-types-data (3.2022.0105)
mini_portile2 (2.8.5)
minitest (5.16.2)
- ncursesw (1.4.10)
+ ncursesw (1.4.11)
optimist (3.0.1)
parallel (1.24.0)
parser (3.2.2.4)
diff --git a/contrib/nix/gemset.nix b/contrib/nix/gemset.nix
@@ -146,10 +146,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr";
+ sha256 = "0qlfhp9b445g0qp9kkdiylfjlpfzrv6nqvry4ar6y0yacn0zr5y8";
type = "gem";
};
- version = "1.4.10";
+ version = "1.4.11";
};
optimist = {
groups = ["default"];
diff --git a/contrib/nix/ruby2.4-Gemfile.lock b/contrib/nix/ruby2.4-Gemfile.lock
@@ -15,7 +15,7 @@ GEM
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
minitest (5.15.0)
- ncursesw (1.4.10)
+ ncursesw (1.4.11)
optimist (3.0.1)
parallel (1.20.1)
parser (3.1.2.0)
diff --git a/contrib/nix/ruby2.4-gemset.nix b/contrib/nix/ruby2.4-gemset.nix
@@ -126,10 +126,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr";
+ sha256 = "0qlfhp9b445g0qp9kkdiylfjlpfzrv6nqvry4ar6y0yacn0zr5y8";
type = "gem";
};
- version = "1.4.10";
+ version = "1.4.11";
};
optimist = {
groups = ["default"];
diff --git a/contrib/nix/ruby2.4-shell.nix b/contrib/nix/ruby2.4-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./ruby2.4-Gemfile.lock;
gemset = ./ruby2.4-gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- sha256 = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {
diff --git a/contrib/nix/ruby2.5-Gemfile.lock b/contrib/nix/ruby2.5-Gemfile.lock
@@ -15,7 +15,7 @@ GEM
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
minitest (5.16.2)
- ncursesw (1.4.10)
+ ncursesw (1.4.11)
optimist (3.0.1)
parallel (1.22.1)
parser (3.1.2.0)
diff --git a/contrib/nix/ruby2.5-gemset.nix b/contrib/nix/ruby2.5-gemset.nix
@@ -126,10 +126,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr";
+ sha256 = "0qlfhp9b445g0qp9kkdiylfjlpfzrv6nqvry4ar6y0yacn0zr5y8";
type = "gem";
};
- version = "1.4.10";
+ version = "1.4.11";
};
optimist = {
groups = ["default"];
diff --git a/contrib/nix/ruby2.5-shell.nix b/contrib/nix/ruby2.5-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./ruby2.5-Gemfile.lock;
gemset = ./ruby2.5-gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- sha256 = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {
diff --git a/contrib/nix/ruby2.6-Gemfile.lock b/contrib/nix/ruby2.6-Gemfile.lock
@@ -16,7 +16,7 @@ GEM
mime-types-data (3.2022.0105)
mini_portile2 (2.8.5)
minitest (5.16.2)
- ncursesw (1.4.10)
+ ncursesw (1.4.11)
optimist (3.0.1)
parallel (1.22.1)
parser (3.1.2.0)
diff --git a/contrib/nix/ruby2.6-gemset.nix b/contrib/nix/ruby2.6-gemset.nix
@@ -136,10 +136,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr";
+ sha256 = "0qlfhp9b445g0qp9kkdiylfjlpfzrv6nqvry4ar6y0yacn0zr5y8";
type = "gem";
};
- version = "1.4.10";
+ version = "1.4.11";
};
optimist = {
groups = ["default"];
diff --git a/contrib/nix/ruby2.6-shell.nix b/contrib/nix/ruby2.6-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./ruby2.6-Gemfile.lock;
gemset = ./ruby2.6-gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- sha256 = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {
diff --git a/contrib/nix/ruby2.7-shell.nix b/contrib/nix/ruby2.7-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- hash = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {
diff --git a/contrib/nix/ruby3.0-shell.nix b/contrib/nix/ruby3.0-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- hash = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {
diff --git a/contrib/nix/ruby3.1-shell.nix b/contrib/nix/ruby3.1-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- hash = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {
diff --git a/contrib/nix/ruby3.2-shell.nix b/contrib/nix/ruby3.2-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- hash = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {
diff --git a/contrib/nix/ruby3.3-shell.nix b/contrib/nix/ruby3.3-shell.nix
@@ -11,19 +11,6 @@ let
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemConfig = pkgs.defaultGemConfig // {
- ncursesw = attrs: (pkgs.defaultGemConfig.ncursesw attrs) // {
- dontBuild = false;
- patches = [
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/1db8ae8d06ce906ddd8b3910782897084eb5cdcc.patch?full_index=1";
- hash = "sha256-1uGV1iTYitstzmmIvGlQC+3Pc7qf3XApawt1Kacu8XA=";
- })
- (pkgs.fetchpatch {
- url = "https://github.com/sup-heliotrope/ncursesw-ruby/commit/d0005dbe5ec0992cb2e38ba0f162a2d92554c169.patch?full_index=1";
- sha256 = "sha256-JNKXhXHEMGvNeDIFMCAYT+VTHQAfzJRAZxGqDREV300=";
- })
- ];
- };
# Workaround for a new error in clang 16 (MacOS):
# https://github.com/blackwinter/unicode/pull/11
unicode = attrs: {