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

kore: 4.1.0 -> 4.2.1
This commit is contained in:
Pascal Bach 2022-03-24 21:36:59 +01:00 committed by GitHub
commit 4a9175555c
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.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 ];