Merge pull request #252125 from qbit/heisenbridge-1.14.5

heisenbridge 1.14.4 -> 1.14.5
This commit is contained in:
Matthias Beyer 2023-08-29 14:42:51 +02:00 committed by GitHub
commit a5320bb56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "heisenbridge";
version = "1.14.4";
version = "1.14.5";
src = fetchFromGitHub {
owner = "hifi";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-4poHHwJ9WcOTTwOtPfANMqusaLltaoLryxNMQE1Parc=";
sha256 = "sha256-OmAmgHM+EmJ3mUY4lPBxIv2rAq8j2QEeTUMux7ZBfRE=";
};
postPatch = ''