flipperzero-firmware: bump heatshrink2 bindings so they support newer cython/python

This commit is contained in:
Luke Granger-Brown 2024-04-26 18:02:55 +01:00
parent 059404cabc
commit 9cce1cfffc

View file

@ -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;
};