postgresqlPackages.rum: 1.3.12 -> 1.3.13
https://github.com/postgrespro/rum/releases/tag/1.3.13
This commit is contained in:
parent
b11b13845d
commit
383b0ea9a5
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rum";
|
pname = "rum";
|
||||||
version = "1.3.12";
|
version = "1.3.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "postgrespro";
|
owner = "postgrespro";
|
||||||
repo = "rum";
|
repo = "rum";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-dI3R1L3dXvEt6Ell7HuGc6XqK8YDf0RmN+JLDtv+uYI=";
|
hash = "sha256-yy2xeDnk3fENN+En0st4mv60nZlqPafIzwf68jwJ5fE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ postgresql ];
|
buildInputs = [ postgresql ];
|
||||||
|
|
Loading…
Reference in a new issue