bazecor: 1.5.1 -> 1.5.2

This commit is contained in:
Ryan Horiguchi
2024-10-10 21:11:23 +02:00
parent 9a34180788
commit 70c36136da
+2 -2
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