cables: 0.5.10 -> 0.5.11

This commit is contained in:
R. Ryantm
2025-04-07 14:23:06 +00:00
parent 81c8dee706
commit 0a93df322d
+2 -2
View File
@@ -7,12 +7,12 @@
let
pname = "cables";
version = "0.5.10";
version = "0.5.11";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/cables-gl/cables_electron/releases/download/v${version}/cables-${version}-linux-x64.AppImage";
sha256 = "sha256-FwjmqCIoo1RG+57Y1fnAAWRtOAj4ILQb0pJMESxkiwo=";
sha256 = "sha256-d6IKORuySXrVk5ifevtPlposSuxk7n9b/dxD8CRfdMQ=";
};
appimageContents = appimageTools.extract {