We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0546660 + 687adff commit 7fb7b90Copy full SHA for 7fb7b90
pkgs/by-name/py/pyload-ng/package.nix
@@ -6,15 +6,15 @@
6
}:
7
8
python3.pkgs.buildPythonApplication rec {
9
- version = "0.5.0b3.dev85";
+ version = "0.5.0b3.dev87";
10
pname = "pyload-ng";
11
pyproject = true;
12
13
src = fetchPypi {
14
inherit version;
15
# The uploaded tarball uses an underscore in recent releases
16
pname = "pyload_ng";
17
- hash = "sha256-KLpfh53JKqe0kZLcQ1C4fXFFYeO5pPhia9fRxWsbIHY=";
+ hash = "sha256-LbixaUfsWeU8WVpZsSLJmFR/hVLhCr1DRsIeFYCcxFA=";
18
};
19
20
patches = [
0 commit comments