heisenbridge: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm 2022-06-25 05:05:09 +00:00
parent 4d609b11a8
commit d08919a511

View file

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