nheko: 0.6.2 -> 0.6.3

This commit is contained in:
Franz Pletz 2019-02-11 22:40:50 +01:00
parent c7811781be
commit e2460a9d41
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
name = "nheko-${version}";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "mujx";
owner = "Nheko-Reborn";
repo = "nheko";
rev = "v${version}";
sha256 = "014k68mmw3ys7ldgj96kkr1i1lyv2nk89wndkqznsizcr3097fn5";
sha256 = "1h95lixciiq904dnfpwxhyf545yfsrphhwqyvs4yrzdfr9k0cf98";
};
# If, on Darwin, you encounter the error
@ -70,6 +70,5 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ekleog fpletz ];
platforms = platforms.unix;
license = licenses.gpl3Plus;
knownVulnerabilities = [ "No longer maintained" ];
};
}