Skip to content

Commit

Permalink
bazecor: 1.6.2 -> 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Jan 30, 2025
1 parent 3f5b822 commit e97e50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ba/bazecor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
}:
let
pname = "bazecor";
version = "1.6.2";
version = "1.6.3";
src = appimageTools.extract {
inherit pname version;
src = fetchurl {
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
hash = "sha256-FfowCbnhGI0sglFvxf7ActUJC9Lsj97Ui08nObBnjoE=";
hash = "sha256-wlPuQGfMq3rHWHMZ30xm5MGWu/ddnajz7GM3QUSrZPo=";
};

# Workaround for https://github.com/Dygmalab/Bazecor/issues/370
Expand Down

0 comments on commit e97e50b

Please sign in to comment.