nicotine-plus: 3.3.6 -> 3.3.7

This commit is contained in:
Artur Manuel
2024-12-16 16:57:52 +00:00
parent 5b3caa64a8
commit 463adcffd4
+2 -2
View File
@@ -12,13 +12,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "nicotine-plus";
version = "3.3.6";
version = "3.3.7";
pyproject = true;
src = fetchFromGitHub {
owner = "nicotine-plus";
repo = "nicotine-plus";
rev = "refs/tags/${version}";
hash = "sha256-je3hyxbF9wKW2gvHoDp712EJxBxooS2z0pQM57WDdOk=";
hash = "sha256-Rj+dDkBXNV4l4A9LxjBApzBQ4c1edP5XjoPfpifkDoM=";
};
nativeBuildInputs = [