heisenbridge 1.14.4 -> 1.14.5

This commit is contained in:
Aaron Bieber 2023-08-28 10:16:23 -06:00
parent e45b9d1b8c
commit 9a18f86d71
No known key found for this signature in database

View file

@ -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 = ''