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

postgresqlPackages.pg_squeeze: 1.9.0 -> 1.9.1 (#445167)

parents 1eae933e a40a3f93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pg_squeeze";
  version = "1.9.0";
  version = "1.9.1";

  src = fetchFromGitHub {
    owner = "cybertec-postgresql";
    repo = "pg_squeeze";
    tag = "REL${lib.replaceString "." "_" finalAttrs.version}";
    hash = "sha256-RrG7qeX0NQ4cq6N+9uVfalNW+HfiSt4wcjeZjInnfgE=";
    hash = "sha256-KbCS3kg2MoxKHl+35UOFCSF4kPPsIMeO7AfwfHZYZVg=";
  };

  passthru.updateScript = nix-update-script {