Skip to content

Commit

Permalink
heisenbridge: 1.14.6 -> 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 11, 2024
1 parent d87246a commit eaa8007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/he/heisenbridge/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit eaa8007

Please sign in to comment.