nicotine-plus: 3.3.7 -> 3.3.8; refactor to remove rec (#384984)
This commit is contained in:
@@ -10,15 +10,19 @@
|
||||
python3Packages,
|
||||
libadwaita,
|
||||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
let
|
||||
|
||||
pname = "nicotine-plus";
|
||||
version = "3.3.7";
|
||||
version = "3.3.8";
|
||||
in
|
||||
python3Packages.buildPythonApplication {
|
||||
inherit pname version;
|
||||
pyproject = true;
|
||||
src = fetchFromGitHub {
|
||||
owner = "nicotine-plus";
|
||||
repo = "nicotine-plus";
|
||||
tag = version;
|
||||
hash = "sha256-Rj+dDkBXNV4l4A9LxjBApzBQ4c1edP5XjoPfpifkDoM=";
|
||||
hash = "sha256-KgFxMcL/sT00fkXLgdfDMAMODi4N1j1Y/oEKbjGaRdY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user