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 8e57d5a + 8282474 commit 83d43b4Copy full SHA for 83d43b4
pkgs/development/python-modules/flux-led/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "flux-led";
14
- version = "1.1.0";
+ version = "1.1.3";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "Danielhiversen";
21
repo = "flux_led";
22
tag = version;
23
- hash = "sha256-7gWqlb2PNRI50Xe8lv2Kim7wUYVzuQMa4BAbg2a7NvM=";
+ hash = "sha256-lFOxf9+O1APreIL/wQTZ+zSMx/MxPTRQrFWgw324myY=";
24
};
25
26
postPatch = ''
0 commit comments