cables: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-11-12 14:49:39 +00:00
parent ff7090395a
commit e66dc6f82a
+2 -2
View File
@@ -7,12 +7,12 @@
let
pname = "cables";
version = "0.7.2";
version = "0.8.0";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/cables-gl/cables_electron/releases/download/v${version}/cables-${version}-linux-x64.AppImage";
sha256 = "sha256-IvJAMNn5srlMZqVE8rGtOewTDLkmUkuPQoECMijkdI8=";
sha256 = "sha256-BJqxqwIVkbwKXQlritcGZqTfnPgGoPneba1zLgMouXg=";
};
appimageContents = appimageTools.extract {