Skip to content

Commit

Permalink
nicotine-plus: 3.2.4 -> 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 21, 2022
1 parent dd2351e commit 043ada9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

python3Packages.buildPythonApplication rec {
pname = "nicotine-plus";
version = "3.2.4";
version = "3.2.6";

src = fetchFromGitHub {
owner = "nicotine-plus";
repo = "nicotine-plus";
rev = "refs/tags/${version}";
sha256 = "sha256-swFNFw2a5PXwBkh0FBrCy5u3m5gErq29ZmWhMP7MpmQ=";
sha256 = "sha256-ELpM5hnyHsqTqB0R1JPcbxkw9XR19CnasIYXJCbKBho=";
};

nativeBuildInputs = [ gettext wrapGAppsHook ];
Expand Down

0 comments on commit 043ada9

Please sign in to comment.