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 c9220c9 + 6607ff3 commit 74042beCopy full SHA for 74042be
pkgs/development/python-modules/universal-silabs-flasher/default.nix
@@ -28,14 +28,14 @@
28
29
buildPythonPackage rec {
30
pname = "universal-silabs-flasher";
31
- version = "0.0.31";
+ version = "0.0.32";
32
pyproject = true;
33
34
src = fetchFromGitHub {
35
owner = "NabuCasa";
36
repo = "universal-silabs-flasher";
37
tag = "v${version}";
38
- hash = "sha256-yE6tY0hxslv0nZEX63miegQJHGKD/wp2W4aaj3y74i4=";
+ hash = "sha256-AnZhs9uR0lHY8CxYlbfblnftahnbC2LgwtyDVQCYizI=";
39
};
40
41
postPatch = ''
0 commit comments