lol

cables: 0.5.2 -> 0.5.6 (#381556)

Co-authored-by: RubikCubed <RubikCubed@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
RubikCubed
and committed by
GitHub
9ea6cafa 6e2dc738

+2 -2
+2 -2
pkgs/by-name/ca/cables/package.nix
··· 7 7 8 8 let 9 9 pname = "cables"; 10 - version = "0.5.2"; 10 + version = "0.5.6"; 11 11 name = "${pname}-${version}"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/cables-gl/cables_electron/releases/download/v${version}/cables-${version}-linux-x64.AppImage"; 15 - sha256 = "sha256-TJRhuruNo8LtLm0IS0KJRo4upgYowOtvMviHmfsVltc="; 15 + sha256 = "sha256-9kbGcyLl9VC8GJfGB6d5njyIefR0hmMjL/z8E2BnHsQ="; 16 16 }; 17 17 18 18 appimageContents = appimageTools.extract {