postgresqlPackages.rum: 1.3.11 -> 1.3.12

https://github.com/postgrespro/rum/releases/tag/1.3.12
This commit is contained in:
D Anzorge 2022-09-11 03:54:11 +02:00
parent 6553ab4b5b
commit 75478e097c

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