Skip to content

Commit cdab07a

Browse files
authored
python312Packages.universal-silabs-flasher: 0.0.28 -> 0.0.29 (#384275)
https://github.com/NabuCasa/universal-silabs-flasher/releases/tag/v0.0.29
1 parent 798c813 commit cdab07a

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
@@ -27,14 +27,14 @@
2727

2828
buildPythonPackage rec {
2929
pname = "universal-silabs-flasher";
30-
version = "0.0.28";
30+
version = "0.0.29";
3131
pyproject = true;
3232

3333
src = fetchFromGitHub {
3434
owner = "NabuCasa";
3535
repo = "universal-silabs-flasher";
3636
tag = "v${version}";
37-
hash = "sha256-ZV2yldOzcH4Su31dmkE1f0JXDZI6SsSZGi4KyFvzRb4=";
37+
hash = "sha256-dXLk1lwSGPRNTwhi9MY6AcqlBtZwFt/EMS0juI4IpjQ=";
3838
};
3939

4040
postPatch = ''

0 commit comments

Comments
 (0)