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

kore: 4.2.2 -> 4.2.3
This commit is contained in:
Jonas Heinrich 2022-08-30 09:32:24 +02:00 committed by GitHub
commit 0bd6c44037
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.2";
version = "4.2.3";
src = fetchFromGitHub {
owner = "jorisvink";
repo = pname;
rev = version;
sha256 = "sha256-B1Fm02EHkV4mogz4PrqdZWvRQ8ixO+sRhvqW7ObzJjY=";
sha256 = "sha256-p0M2P02xwww5EnT28VnEtj5b+/jkPW3YkJMuK79vp4k=";
};
buildInputs = [ openssl curl postgresql yajl ];