Unverified Commit 9ea6cafa authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

cables: 0.5.2 -> 0.5.6 (#381556)

parents 6e2dc738 a73aa4df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {