bazecor: 1.4.4 -> 1.4.5

This commit is contained in:
Guillaume Cléroux
2024-09-16 11:19:06 -04:00
parent 58a8cfa7da
commit 01a41e0146

View File

@@ -6,12 +6,12 @@
}:
let
pname = "bazecor";
version = "1.4.4";
version = "1.4.5";
src = appimageTools.extract {
inherit pname version;
src = fetchurl {
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
hash = "sha256-ep+3lqWdktyvbTKxfLcPiVq9/5f0xBHwKG1+BxDDBQA=";
hash = "sha256-cvzUjOmeTWB07vSe6taUyGDmTlN62fhsQw/OMgvIJ2M=";
};
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370