From 67dbf90e678b54a3e9de0587a4eb311fb85ac226 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Thu, 19 Feb 2026 12:16:35 +0100 Subject: [PATCH] rubyPackages.faraday: 2.14.0 -> 2.14.1 Fixes CVE-2026-25765 / https://github.com/lostisland/faraday/security/advisories/GHSA-33mh-2634-fwr2 Fixes #489340 Changes: https://github.com/lostisland/faraday/releases/tag/v2.14.1 --- pkgs/top-level/ruby-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/ruby-packages.nix b/pkgs/top-level/ruby-packages.nix index 8e31a3046942..d94f3651c962 100644 --- a/pkgs/top-level/ruby-packages.nix +++ b/pkgs/top-level/ruby-packages.nix @@ -1302,10 +1302,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "1ka175ci0q9ylpcy651pjj580diplkaskycn4n7jcmbyv7jwz6c6"; + sha256 = "077n5ss3z3ds4vj54w201kd12smai853dp9c9n7ii7g3q7nwwg54"; type = "gem"; }; - version = "2.14.0"; + version = "2.14.1"; }; faraday-net_http = { dependencies = [ "net-http" ];