cables: 0.5.2 -> 0.5.6 (#381556)

Co-authored-by: RubikCubed <RubikCubed@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-12 23:40:34 +00:00
committed by GitHub
co-authored by RubikCubed
+2 -2
View File
@@ -7,12 +7,12 @@
let
pname = "cables";
version = "0.5.2";
version = "0.5.6";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/cables-gl/cables_electron/releases/download/v${version}/cables-${version}-linux-x64.AppImage";
sha256 = "sha256-TJRhuruNo8LtLm0IS0KJRo4upgYowOtvMviHmfsVltc=";
sha256 = "sha256-9kbGcyLl9VC8GJfGB6d5njyIefR0hmMjL/z8E2BnHsQ=";
};
appimageContents = appimageTools.extract {