Unverified Commit eaecf014 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #192508 from DeeUnderscore/update/postgresql-rum-1.3.13

postgresqlPackages.rum: 1.3.12 -> 1.3.13
parents bf26dfaa 383b0ea9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "rum";
  version = "1.3.12";
  version = "1.3.13";

  src = fetchFromGitHub {
    owner = "postgrespro";
    repo = "rum";
    rev = version;
    hash = "sha256-dI3R1L3dXvEt6Ell7HuGc6XqK8YDf0RmN+JLDtv+uYI=";
    hash = "sha256-yy2xeDnk3fENN+En0st4mv60nZlqPafIzwf68jwJ5fE=";
  };

  buildInputs = [ postgresql ];