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

kore: 4.0.1 -> 4.1.0
This commit is contained in:
Artturi 2021-08-08 02:56:33 +03:00 committed by GitHub
commit 3a71e41034
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.0.1";
version = "4.1.0";
src = fetchFromGitHub {
owner = "jorisvink";
repo = pname;
rev = version;
sha256 = "0186lih30zps2d4600ikafbgsml269jzpcszdggzzkdw8p628qw9";
sha256 = "sha256-w5H1USQ2aladwSFdfYsX925pjCt3QWoXK4HqyEL7rH0=";
};
buildInputs = [ openssl curl postgresql yajl ];