bazecor: 1.5.2 -> 1.5.3 (#354049)

This commit is contained in:
Austin Horstman
2024-11-08 09:59:31 -06:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
pname = "bazecor";
version = "1.5.2";
version = "1.5.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-Eq66tuRP/+TPLNDQRox8/dMT/7fGGrxmUUML8wJ3v+M=";
hash = "sha256-96BHIOt9vA9sLpR8+XRKi8+h953VWMyAeE04A+4GR2Q=";
};
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370