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

pgbackrest: 2.54.2 -> 2.55.0 (#400713)

parents b3f6a4ed e433aff7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "pgbackrest";
  version = "2.54.2";
  version = "2.55.0";

  src = fetchFromGitHub {
    owner = "pgbackrest";
    repo = "pgbackrest";
    rev = "release/${version}";
    sha256 = "sha256-Q0WZLbtn+qJLs2jop5S92NFC6QBtCQnU3AEEcm6MSVI=";
    sha256 = "sha256-w4jgIyZPglmI0yj8eyoIvFgNX7izpo3lBixuv7qSAxM=";
  };

  strictDeps = true;