From bff5cd890a9f8087e5e819387f136c2babe1f152 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Wed, 12 Nov 2025 00:16:40 -0500 Subject: [PATCH] chore: bump xpg 1.7.0 uses a beta PG18 version that isn't available on the upstream FTP server anymore --- nix/xpg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/xpg.nix b/nix/xpg.nix index 9dc7bfc..65ccaae 100644 --- a/nix/xpg.nix +++ b/nix/xpg.nix @@ -3,8 +3,8 @@ let dep = fetchFromGitHub { owner = "steve-chavez"; repo = "xpg"; - rev = "v1.7.0"; - sha256 = "sha256-TWFK1u1UX7cm43BJGRbDtYKzbHF37pl+pMelxujqdjE="; + rev = "v1.8.0"; + sha256 = "sha256-ltS2bprvzrmaBjzMmIiSdJh5P3gBV/blzFpYazevv8g="; }; xpg = import dep; in