kore: 4.2.1 -> 4.2.2

This commit is contained in:
R. Ryantm 2022-07-31 17:59:01 +00:00
parent 6fde9705e8
commit 7a3af371b3

View File

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