nheko: 0.11.0 -> 0.11.1

This commit is contained in:
rnhmjoj 2023-01-16 11:08:04 +01:00
parent 6fecd5a257
commit fda8020476
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -33,13 +33,13 @@
mkDerivation rec {
pname = "nheko";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "nheko";
rev = "v${version}";
hash = "sha256-4Xe3eRnDkgyYB+hUP8TBWTt+m29HVtgcqVEQUUsIpCY=";
hash = "sha256-2sN5lVjJ/CPH9U6NfZkAYZUTT+YDgPOy9dTVGp0svkg=";
};
nativeBuildInputs = [