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

postgresqlPackages.rum: 1.3.12 -> 1.3.13
This commit is contained in:
Mario Rodas 2022-09-23 01:13:35 -05:00 committed by GitHub
commit eaecf0149a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];