bazecor: 1.7.0 -> 1.8.3 (#467161)

This commit is contained in:
Gergő Gutyina
2025-12-20 13:00:52 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
pname = "bazecor";
version = "1.7.0";
version = "1.8.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-i+6EBgT8Fv3GN2qwnr+QH9mcDToeQvit52qRt30Y9sM=";
hash = "sha256-OAwHeLLbW+FlKeyxS+MCOTirHCvqZptiYXbeA3l4YJc=";
};
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370