Merge pull request #282763 from r-ryantm/auto-update/heisenbridge

heisenbridge: 1.14.5 -> 1.14.6
This commit is contained in:
Weijia Wang
2024-02-04 23:43:34 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "heisenbridge";
version = "1.14.5";
version = "1.14.6";
src = fetchFromGitHub {
owner = "hifi";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-OmAmgHM+EmJ3mUY4lPBxIv2rAq8j2QEeTUMux7ZBfRE=";
sha256 = "sha256-1ljRwJYdIKWuTRDnH2EcZ6zQp4o4Rx+/9OqjX6J4gDA=";
};
postPatch = ''