Commit a8de2f00 authored by R. RyanTM's avatar R. RyanTM
Browse files

pgbackrest: 2.46 -> 2.47

parent bc9b484d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
  pname = "pgbackrest";
  version = "2.46";
  version = "2.47";

  src = fetchFromGitHub {
    owner = "pgbackrest";
    repo = "pgbackrest";
    rev = "release/${version}";
    sha256 = "sha256-Jd49ZpG/QhX+ayk9Ld0FB8abemfxQV6KZZuSXmybZw4=";
    sha256 = "sha256-HKmJA/WlMR6Epu5WuD8pABDh5gaN+T98lc4ejgoD8LM=";
  };

  nativeBuildInputs = [ pkg-config ];