Unverified Commit 54a1ee21 authored by Gaël Reyrol's avatar Gaël Reyrol
Browse files

postgresqlPackages.pg_uuidv7: 1.3.0 -> 1.4.0

parent 9640178e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''