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.
1 parent 771c564 commit b2978adCopy full SHA for b2978ad
pkgs/applications/radio/quisk/default.nix
@@ -8,11 +8,11 @@
8
9
python3.pkgs.buildPythonApplication rec {
10
pname = "quisk";
11
- version = "4.2.35";
+ version = "4.2.37";
12
13
src = fetchPypi {
14
inherit pname version;
15
- hash = "sha256-2QCFUV7FpNiqGPHLXAMHJcnCn9FOk1mx12P9ZDtvVvg=";
+ hash = "sha256-S25pqHZUZp9yucVaYAQv7Pa/N1gKU4Sc9nPS7/AplqY=";
16
};
17
18
buildInputs = [
0 commit comments