Unverified Commit 8af07b25 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

postgresql: switch back to latest tags

The commits we already switched to have now been tagged, so we can go
back to these.
parent 2a1f3303
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "13.23";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_13_23";
  rev = "89df812eb890814b105d871185935b580478e660";
  rev = "refs/tags/REL_13_23";
  hash = "sha256-GSIHFSt2wzaI3HkA3yX/gZZF+LKwODHYislagdhQjmE=";
  muslPatches = {
    disable-test-collate-icu-utf8 = {
+1 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "14.20";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_14_20";
  rev = "9ad034be354da9af1cea76836a9e576c110d1ff3";
  rev = "refs/tags/REL_14_20";
  hash = "sha256-5wWuS78yn1p+ZjlUy5jCf1mLq78D3iI7mWPBVTd1Ufk=";
  muslPatches = {
    disable-test-collate-icu-utf8 = {
+1 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "15.15";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_15_15";
  rev = "32f38816779420502d4a311835d5fe939e9548a0";
  rev = "refs/tags/REL_15_15";
  hash = "sha256-veGKXAvK+dNofBuSXsmCsPdXDJOC04+QV3HEr0XaE68=";
  muslPatches = {
    dont-use-locale-a = {
+1 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "16.11";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_16_11";
  rev = "d61dd817be70749d14e982a369e97fdda9d5cba6";
  rev = "refs/tags/REL_16_11";
  hash = "sha256-hxv+N+OWqiXmFmsB+SSYGKQLBbHtNMnneHFvOtUz8z4=";
  muslPatches = {
    dont-use-locale-a = {
+1 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "17.7";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_17_7";
  rev = "fbb530a3dff569222bea7098ad4de3d8bde97740";
  rev = "refs/tags/REL_17_7";
  hash = "sha256-W+505LAeiO5ln7wBhxZLv/p3GxiJp8MFfCGVDyvHREg=";
  muslPatches = {
    dont-use-locale-a = {
Loading