Skip to content

Commit de6ce25

Browse files
authored
nicotine-plus: 3.3.7 -> 3.3.8; refactor to remove rec (#384984)
2 parents ceb5551 + 96e91a2 commit de6ce25

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/by-name/ni/nicotine-plus/package.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@
1010
python3Packages,
1111
libadwaita,
1212
}:
13-
python3Packages.buildPythonApplication rec {
13+
let
14+
1415
pname = "nicotine-plus";
15-
version = "3.3.7";
16+
version = "3.3.8";
17+
in
18+
python3Packages.buildPythonApplication {
19+
inherit pname version;
1620
pyproject = true;
1721
src = fetchFromGitHub {
1822
owner = "nicotine-plus";
1923
repo = "nicotine-plus";
2024
tag = version;
21-
hash = "sha256-Rj+dDkBXNV4l4A9LxjBApzBQ4c1edP5XjoPfpifkDoM=";
25+
hash = "sha256-KgFxMcL/sT00fkXLgdfDMAMODi4N1j1Y/oEKbjGaRdY=";
2226
};
2327

2428
nativeBuildInputs = [

0 commit comments

Comments
 (0)