kore: 3.3.0 -> 3.3.1

This commit is contained in:
Will Dietz 2019-06-04 16:31:51 -05:00
parent 7fe8e5181a
commit 54d97f0d7d
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "kore";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "jorisvink";
repo = pname;
rev = "${version}-release";
sha256 = "19jd1jkyrylvqbrxdz7i3xvymwi1dzx97iq6fcp76fw7nm7gxgk4";
sha256 = "0jlvry9p1f7284cscfsg04ngbaq038yx3nz815jcr5s3d2jzps3h";
};
buildInputs = [ openssl ];