nheko: 0.6.2 -> 0.6.3
This commit is contained in:
parent
c7811781be
commit
e2460a9d41
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user