We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa757b7 + df5cb00 commit fd0e521Copy full SHA for fd0e521
pkgs/by-name/ba/bazecor/package.nix
@@ -6,12 +6,12 @@
6
}:
7
let
8
pname = "bazecor";
9
- version = "1.5.3";
+ version = "1.5.4";
10
src = appimageTools.extract {
11
inherit pname version;
12
src = fetchurl {
13
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
14
- hash = "sha256-96BHIOt9vA9sLpR8+XRKi8+h953VWMyAeE04A+4GR2Q=";
+ hash = "sha256-gu3XPl4gKL+k9hX9OVJYGvG3R81c5lZauRJdUFrqtqk=";
15
};
16
17
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370
0 commit comments