Unverified Commit e127dfe8 authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent 7a29ec41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@

let
  pname = "psycopg";
  version = "3.2.10";
  version = "3.2.11";

  src = fetchFromGitHub {
    owner = "psycopg";
    repo = "psycopg";
    tag = version;
    hash = "sha256-ZvqhvjDhrZ7uKi9fE/UYRaJblmfXXH6pYoUZ5u7cOu0=";
    hash = "sha256-x7ca/A6K0nbcKs2iv5f2rPct5GLd2E7lymT5QZC2B/g=";
  };

  patches = [