mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
bazecor: 1.5.3 -> 1.5.4 (#355538)
This commit is contained in:
commit
fd0e5211c1
@ -6,12 +6,12 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "bazecor";
|
pname = "bazecor";
|
||||||
version = "1.5.3";
|
version = "1.5.4";
|
||||||
src = appimageTools.extract {
|
src = appimageTools.extract {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
|
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
|
||||||
hash = "sha256-96BHIOt9vA9sLpR8+XRKi8+h953VWMyAeE04A+4GR2Q=";
|
hash = "sha256-gu3XPl4gKL+k9hX9OVJYGvG3R81c5lZauRJdUFrqtqk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370
|
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370
|
||||||
|
Loading…
Reference in New Issue
Block a user