bazecor: 1.6.1 -> 1.6.2

This commit is contained in:
amesgen
2025-01-25 20:23:36 +01:00
parent cbb58088d4
commit ce31762c3d
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
pname = "bazecor";
version = "1.6.1";
version = "1.6.2";
src = appimageTools.extract {
inherit pname version;
src = fetchurl {
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
hash = "sha256-Qf9FqHgTSCD2rYp8PC/gYHyiYcfFTJJmG4oRK/bch8Y=";
hash = "sha256-FfowCbnhGI0sglFvxf7ActUJC9Lsj97Ui08nObBnjoE=";
};
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370