···2233python3Packages.buildPythonPackage rec {
44 pname = "heisenbridge";
55- version = "1.3.0";
55+ version = "1.4.0";
6677 # Use the release tarball because it has the version set correctly using the
88 # version.txt file.
99 src = fetchurl {
1010 url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-${version}.tar.gz";
1111- sha256 = "sha256-fj0eJS7c1zSrzHfnlEhJICVDZ+Mo9hKgxwaZ2gn5CsY=";
1111+ sha256 = "sha256-Br+7ykTtVYC7KIhikmgS9wbQdJFHFezlVre8cUBzAx8=";
1212 };
13131414 propagatedBuildInputs = with python3Packages; [