heisenbridge: 1.15.3 -> 1.15.4

This commit is contained in:
R. Ryantm
2025-10-04 17:29:30 +00:00
parent 73bb504135
commit 9449d16bf6
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "heisenbridge";
version = "1.15.3";
version = "1.15.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "hifi";
repo = "heisenbridge";
tag = "v${version}";
sha256 = "sha256-wH3IZcY4CtawEicKCkFMh055SM0chYHsPKxYess9II0=";
sha256 = "sha256-Aan3dtixy1xT9kPU/XxgbUvri9NS/WKiO/atmpPY/m8=";
};
postPatch = ''