Skip to content

Commit

Permalink
heisenbridge: 1.14.6 -> 1.15.0 (NixOS#364184)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents c59dafd + eaa8007 commit 4601dbe
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 4601dbe

Please sign in to comment.