heisenbridge: 1.1.0 -> 1.1.1

This commit is contained in:
Sumner Evans 2021-09-20 07:19:46 -06:00 committed by Yuka
parent 59b283ddf6
commit df67b77670

View File

@ -1,14 +1,14 @@
{ lib, fetchFromGitHub, python3Packages }:
{ lib, fetchurl, python3Packages }:
python3Packages.buildPythonPackage rec {
pname = "heisenbridge";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "hifi";
repo = "heisenbridge";
rev = "v${version}";
sha256 = "sha256-7B4orrANb4hTXJ4cFYxhmrOgEIoU3TPmsR239JhIrTw=";
# Use the release tarball because it has the version set correctly using the
# version.txt file.
src = fetchurl {
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-v${version}.tar.gz";
sha256 = "sha256-thI3NYYnLHmlfs5mmH2SQcREBLWtnilYlxriKWnamPM=";
};
propagatedBuildInputs = with python3Packages; [