Merge pull request #184290 from r-ryantm/auto-update/kore

kore: 4.2.1 -> 4.2.2
This commit is contained in:
Bobby Rong 2022-08-05 19:34:07 +08:00 committed by GitHub
commit 9286691e08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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