Skip to content

Commit

Permalink
Merge pull request #212013 from NixOS/revert-211073-backport-211068-t…
Browse files Browse the repository at this point in the history
…o-release-22.11

Revert "[Backport release-22.11] nheko: 0.11.0 -> 0.11.1"
  • Loading branch information
NickCao authored Jan 22, 2023
2 parents 339fc3d + 1d93fd1 commit 9037c1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@

mkDerivation rec {
pname = "nheko";
version = "0.11.1";
version = "0.11.0";

src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "nheko";
rev = "v${version}";
hash = "sha256-2sN5lVjJ/CPH9U6NfZkAYZUTT+YDgPOy9dTVGp0svkg=";
hash = "sha256-4Xe3eRnDkgyYB+hUP8TBWTt+m29HVtgcqVEQUUsIpCY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9037c1c

Please sign in to comment.