Merge pull request #190843 from DeeUnderscore/update/postgresql-rum-1.3.12

postgresqlPackages.rum: 1.3.11 -> 1.3.12
This commit is contained in:
Mario Rodas 2022-09-13 00:34:18 -05:00 committed by GitHub
commit 617e70f309
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.11";
version = "1.3.12";
src = fetchFromGitHub {
owner = "postgrespro";
repo = "rum";
rev = version;
sha256 = "sha256-OuVyZ30loPycQkDwlL0289H/4RRPneibqgibgzqhWo4=";
hash = "sha256-dI3R1L3dXvEt6Ell7HuGc6XqK8YDf0RmN+JLDtv+uYI=";
};
buildInputs = [ postgresql ];