Unverified Commit f635b72b authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlPackages.pg_net: 0.19.3 -> 0.19.4 (#430087)

parents 38f44b8c d242203a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pg_net";
  version = "0.19.3";
  version = "0.19.4";

  src = fetchFromGitHub {
    owner = "supabase";
    repo = "pg_net";
    tag = "v${finalAttrs.version}";
    hash = "sha256-PZYIwkXp1rOzRCDZivJFMuEQBYJaaibUN/WkL+6crSg=";
    hash = "sha256-uHsfRQ5RKhTvqokF94s/RzTQ23BRTBV+yyIW41Djjgo=";
  };

  buildInputs = [ curl ];