bazecor: 1.4.5 -> 1.5.0

This commit is contained in:
Guillaume Cléroux
2024-09-19 11:59:12 -04:00
parent 6886cfd66b
commit 4b10cd5baa
+2 -2
View File
@@ -6,12 +6,12 @@
}:
let
pname = "bazecor";
version = "1.4.5";
version = "1.5.0";
src = appimageTools.extract {
inherit pname version;
src = fetchurl {
url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
hash = "sha256-cvzUjOmeTWB07vSe6taUyGDmTlN62fhsQw/OMgvIJ2M=";
hash = "sha256-cxDTNtxy2APAjnHw/cVd1/hUazASJs46rCHNGQ/JbSM=";
};
# Workaround for https://github.com/Dygmalab/Bazecor/issues/370