Unverified Commit a5320bb5 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #252125 from qbit/heisenbridge-1.14.5

heisenbridge 1.14.4 -> 1.14.5
parents eda3e1ab 9a18f86d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''