Merge pull request #193345 from pstn/nheko-0-10-2

This commit is contained in:
Sandro 2022-09-28 18:26:29 +02:00 committed by GitHub
commit 4b2d6e700e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,13 +33,13 @@
mkDerivation rec {
pname = "nheko";
version = "0.10.1-1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "nheko";
rev = "v${version}";
sha256 = "sha256-Bpf38BAGfvmVyrAptIsQ9HaRUopqvytko6unlWLooUo=";
sha256 = "sha256-gid8XOZ1/hMDGNbse4GYfcAdqHiySWyy4isBgcpekIQ=";
};
nativeBuildInputs = [