Commit 475124eb authored by R. RyanTM's avatar R. RyanTM
Browse files

nicotine-plus: 3.2.9 -> 3.3.2

parent c955a451
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

python3Packages.buildPythonApplication rec {
  pname = "nicotine-plus";
  version = "3.2.9";
  version = "3.3.2";

  src = fetchFromGitHub {
    owner = "nicotine-plus";
    repo = "nicotine-plus";
    rev = "refs/tags/${version}";
    sha256 = "sha256-PxtHsBbrzcIAcLyQKD9DV8yqf3ljzGS7gT/ZRfJ8qL4=";
    sha256 = "sha256-dl4fTa+CXsycC+hhSkIzQQxrSkBDPsdrmKdrHPakGig=";
  };

  nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];