heisenbridge: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm 2022-05-19 15:38:14 +00:00
parent f25d106e1d
commit e6d2c2d2f9

View file

@ -1,13 +1,13 @@
{ lib, fetchFromGitHub, fetchpatch, python3 }:
python3.pkgs.buildPythonApplication rec {
pname = "heisenbridge";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "hifi";
repo = pname;
rev = "v${version}";
sha256 = "sha256-10y0sWpOLbjbGBpOjr1/tJrhcOsCwcm2sSO5kHfmJZA=";
rev = "refs/tags/v${version}";
sha256 = "sha256-3YCYLhJqZAWIwpwOd8J1+uYsxw0q6jQy35Vp+ttVKhI=";
};
postPatch = ''