about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-22 01:43:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-22 01:43:07 +0000
commit4ace79fb70ad20cdbd821d345823b7cb2e944f1e (patch)
tree5d757fc09a62b806c54d5188b9fa53047558f620
parente52b38ae97ac6683b81bed7fc07f5d896186e4b3 (diff)
postgresql16JitPackages.pg_uuidv7: 1.4.1 -> 1.5.0
-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 7abeba5adda18..9bbde3b195daa 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.4.1";
+  version = "1.5.0";
 
   buildInputs = [ postgresql ];
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     owner = "fboulnois";
     repo = "pg_uuidv7";
     rev = "v${version}";
-    hash = "sha256-1qEsDCcULceMqvR3DIC5rOfpzn2PYbFGq0H8p2+9GR4=";
+    hash = "sha256-oVyRtjl3KsD3j96qvQb8bFLMhoWO81OudOL4wVXrjzI=";
   };
 
   installPhase = ''