cables: 0.5.11 -> 0.5.12

This commit is contained in:
R. Ryantm
2025-04-23 15:46:55 +00:00
parent fdac649609
commit 9e1302b650

View File

@@ -7,12 +7,12 @@
let
pname = "cables";
version = "0.5.11";
version = "0.5.12";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/cables-gl/cables_electron/releases/download/v${version}/cables-${version}-linux-x64.AppImage";
sha256 = "sha256-d6IKORuySXrVk5ifevtPlposSuxk7n9b/dxD8CRfdMQ=";
sha256 = "sha256-uQWfll9aYVNmR9Sw0PnupxY6n/gv+nV0pIttsmzGM9A=";
};
appimageContents = appimageTools.extract {