Skip to content

Commit

Permalink
Merge pull request #269513 from amesgen/bazecor-1.3.7
Browse files Browse the repository at this point in the history
bazecor: 1.3.6 -> 1.3.8
  • Loading branch information
emilytrau authored Nov 29, 2023
2 parents 85306ef + 160e2f6 commit ef186c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/bazecor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

appimageTools.wrapAppImage rec {
pname = "bazecor";
version = "1.3.6";
version = "1.3.8";

src = appimageTools.extract {
inherit pname version;
src = fetchurl {
url = "https://github.com/Dygmalab/Bazecor/releases/download/v.${version}/Bazecor-${version}-x64.AppImage";
hash = "sha256-Mz7T/AAlyfMzdfy/ZV4AEP3ClTolwr2pPzkSCPL66/w=";
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
hash = "sha256-SwlSH5z0p9ZVoDQzj4GxO3g/iHG8zQZndE4TmqdMtZQ=";
};

# Workaround for https://github.com/Dygmalab/Bazecor/issues/370
Expand All @@ -26,7 +26,7 @@ appimageTools.wrapAppImage rec {

# also make sure to update the udev rules in ./10-dygma.rules; most recently
# taken from
# https://github.com/Dygmalab/Bazecor/blob/v1.3.6/src/main/utils/udev.ts#L6
# https://github.com/Dygmalab/Bazecor/blob/v1.3.8/src/main/utils/udev.ts#L6

extraPkgs = p: (appimageTools.defaultFhsEnvArgs.multiPkgs p) ++ [
p.glib
Expand Down

0 comments on commit ef186c8

Please sign in to comment.