nicotine-plus: 3.2.8 -> 3.2.9

taj-ny a903bb6e e5121d28

+2 -2
+2 -2
pkgs/applications/networking/soulseek/nicotine-plus/default.nix
··· 11 12 python3Packages.buildPythonApplication rec { 13 pname = "nicotine-plus"; 14 - version = "3.2.8"; 15 16 src = fetchFromGitHub { 17 owner = "nicotine-plus"; 18 repo = "nicotine-plus"; 19 rev = "refs/tags/${version}"; 20 - sha256 = "sha256-/l31w7ohBgjeE+Ywuo7aaDZBzVNLFD3dqMRr/P3ge+s="; 21 }; 22 23 nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];
··· 11 12 python3Packages.buildPythonApplication rec { 13 pname = "nicotine-plus"; 14 + version = "3.2.9"; 15 16 src = fetchFromGitHub { 17 owner = "nicotine-plus"; 18 repo = "nicotine-plus"; 19 rev = "refs/tags/${version}"; 20 + sha256 = "sha256-PxtHsBbrzcIAcLyQKD9DV8yqf3ljzGS7gT/ZRfJ8qL4="; 21 }; 22 23 nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];