kore: 4.1.0 -> 4.2.1

This commit is contained in:
R. Ryantm 2022-03-24 08:22:14 +00:00
parent 30d2d4a499
commit 956a93b87f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "kore";
version = "4.1.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "jorisvink";
repo = pname;
rev = version;
sha256 = "sha256-w5H1USQ2aladwSFdfYsX925pjCt3QWoXK4HqyEL7rH0=";
sha256 = "sha256-MC4PCjRuAqWuGvNDsZXKohb4HdSWMV0Oc0pZ0rnhG7Y=";
};
buildInputs = [ openssl curl postgresql yajl ];