nicotine-plus: 3.3.8 -> 3.3.10

This commit is contained in:
Artur Manuel 2025-03-10 19:09:36 +00:00 committed by Emery Hemingway
parent 15c3433acf
commit 4446df926f

View file

@ -13,7 +13,7 @@
let let
pname = "nicotine-plus"; pname = "nicotine-plus";
version = "3.3.8"; version = "3.3.10";
in in
python3Packages.buildPythonApplication { python3Packages.buildPythonApplication {
inherit pname version; inherit pname version;
@ -22,7 +22,7 @@ python3Packages.buildPythonApplication {
owner = "nicotine-plus"; owner = "nicotine-plus";
repo = "nicotine-plus"; repo = "nicotine-plus";
tag = version; tag = version;
hash = "sha256-KgFxMcL/sT00fkXLgdfDMAMODi4N1j1Y/oEKbjGaRdY="; hash = "sha256-ic/+Us56UewMjD8vgmxxCisoId96Qtaq8/Ll+CCFR3Y=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [