cables: 0.6.0 -> 0.7.0 (#423229)

Co-authored-by: RubikCubed <RubikCubed@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-18 05:51:00 +00:00
committed by GitHub
co-authored by RubikCubed
+2 -2
View File
@@ -7,12 +7,12 @@
let
pname = "cables";
version = "0.6.0";
version = "0.7.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-EvlKcSYLC9gIzXHJSHrxPY984AdKCL7psj2F2vdfaZY=";
sha256 = "sha256-8PYHX23E91rUEfzU6fthSTVOnnHeoRjbcNFbuOyeBS8=";
};
appimageContents = appimageTools.extract {