Skip to content

Commit 6607ff3

Browse files
committed
python3Packages.universal-silabs-flasher: 0.0.31 -> 0.0.32
1 parent 0d58fdb commit 6607ff3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/universal-silabs-flasher

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/universal-silabs-flasher/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
buildPythonPackage rec {
3030
pname = "universal-silabs-flasher";
31-
version = "0.0.31";
31+
version = "0.0.32";
3232
pyproject = true;
3333

3434
src = fetchFromGitHub {
3535
owner = "NabuCasa";
3636
repo = "universal-silabs-flasher";
3737
tag = "v${version}";
38-
hash = "sha256-yE6tY0hxslv0nZEX63miegQJHGKD/wp2W4aaj3y74i4=";
38+
hash = "sha256-AnZhs9uR0lHY8CxYlbfblnftahnbC2LgwtyDVQCYizI=";
3939
};
4040

4141
postPatch = ''

0 commit comments

Comments
 (0)