heisenbridge: 1.14.6 -> 1.15.0

This commit is contained in:
R. Ryantm
2024-12-11 09:29:49 +00:00
parent d87246a418
commit eaa80072ea
+3 -3
View File
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "heisenbridge";
version = "1.14.6";
version = "1.15.0";
src = fetchFromGitHub {
owner = "hifi";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-1ljRwJYdIKWuTRDnH2EcZ6zQp4o4Rx+/9OqjX6J4gDA=";
tag = "v${version}";
sha256 = "sha256-4K6Sffu/yKHkcoNENbgpci2dbJVAH3vVkogcw/IYpnw=";
};
postPatch = ''