bazecor: 1.5.1 -> 1.5.2 (#347785)

This commit is contained in:
Artturin 2024-10-19 05:56:21 +03:00 committed by GitHub
commit 4e63a86d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
}:
let
pname = "bazecor";
version = "1.5.1";
version = "1.5.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-Vnbyq6NVJ/QtDqXT6IY/sjqsWqxs34C+ibebbx8Vp4E=";
hash = "sha256-Eq66tuRP/+TPLNDQRox8/dMT/7fGGrxmUUML8wJ3v+M=";
};
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370