about summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorGaël Reyrol <me@gaelreyrol.dev>2023-11-29 08:45:40 +0100
committerGaël Reyrol <me@gaelreyrol.dev>2023-11-29 08:45:40 +0100
commit54a1ee217c62b478694e25c89c617837e6574c16 (patch)
tree58632fae1b52a7677f15174c9d2423a3919dd366 /pkgs/servers/sql
parent9640178ef2f02e9b2c7bff62f7bd407c3773bdf6 (diff)
downloadnixlib-54a1ee217c62b478694e25c89c617837e6574c16.tar
nixlib-54a1ee217c62b478694e25c89c617837e6574c16.tar.gz
nixlib-54a1ee217c62b478694e25c89c617837e6574c16.tar.bz2
nixlib-54a1ee217c62b478694e25c89c617837e6574c16.tar.lz
nixlib-54a1ee217c62b478694e25c89c617837e6574c16.tar.xz
nixlib-54a1ee217c62b478694e25c89c617837e6574c16.tar.zst
nixlib-54a1ee217c62b478694e25c89c617837e6574c16.zip
postgresqlPackages.pg_uuidv7: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r--pkgs/servers/sql/postgresql/ext/pg_uuidv7.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/pg_uuidv7.nix b/pkgs/servers/sql/postgresql/ext/pg_uuidv7.nix
index 6daa5e0cf0ef..a405a1c764d6 100644
--- a/pkgs/servers/sql/postgresql/ext/pg_uuidv7.nix
+++ b/pkgs/servers/sql/postgresql/ext/pg_uuidv7.nix
@@ -6,7 +6,7 @@
 
 stdenv.mkDerivation rec {
   pname = "pg_uuidv7";
-  version = "1.3.0";
+  version = "1.4.0";
 
   buildInputs = [ postgresql ];
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     owner = "fboulnois";
     repo = "pg_uuidv7";
     rev = "v${version}";
-    hash = "sha256-kHxS9tL7fpKhjJ8Xx5tee1fv10zVcTt2FgUQSaRdNZo=";
+    hash = "sha256-GwjaFEXlJI72V07ukWPB3LeRBWAL6STq866f/rRCVoo=";
   };
 
   installPhase = ''