flipperzero-firmware: bump heatshrink2 bindings so they support newer cython/python
This commit is contained in:
parent
059404cabc
commit
9cce1cfffc
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
let
|
||||
heatshrink2 = pm: pm.buildPythonPackage rec {
|
||||
pname = "heatshrink2";
|
||||
version = "0.12.0";
|
||||
version = "0.13.0";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "eerimoq";
|
||||
repo = "pyheatshrink";
|
||||
rev = version;
|
||||
hash = "sha256:0yikz2v4w97vf3bxrm9bfynfss7hv793c4zbyzw8ljgwmri4gn16";
|
||||
hash = "sha256:13hvzmp58vinwb77ijssr6bd35bisnl78n0n3azyvibjf5vlrjl2";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue