mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
nicotine-plus: 3.2.2 -> 3.2.4
This commit is contained in:
parent
6895427d34
commit
1305e71498
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "nicotine-plus";
|
pname = "nicotine-plus";
|
||||||
version = "3.2.2";
|
version = "3.2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nicotine-plus";
|
owner = "nicotine-plus";
|
||||||
repo = "nicotine-plus";
|
repo = "nicotine-plus";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-aD5LQ0l6bet/iQKiu1mta4fUeijfip9IdzbGnTkCNdQ=";
|
sha256 = "sha256-swFNFw2a5PXwBkh0FBrCy5u3m5gErq29ZmWhMP7MpmQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext wrapGAppsHook ];
|
nativeBuildInputs = [ gettext wrapGAppsHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user