cables: 0.4.4 -> 0.5.0 (#372531)

Co-authored-by: RubikCubed <RubikCubed@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-10 12:18:05 +00:00
committed by GitHub
co-authored by RubikCubed
+2 -2
View File
@@ -7,12 +7,12 @@
let
pname = "cables";
version = "0.4.4";
version = "0.5.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-+PMENdKs/bcmszlrk0hQILZzKCV8uQbCgR0bbKMk7ic=";
sha256 = "sha256-rwnCIIPQ7a+SDehtl72Q3K3igJmVcOyhKUb9lpW7Zvo=";
};
appimageContents = appimageTools.extract {