mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
cables: 0.5.14 -> 0.5.17
This commit is contained in:
parent
1c7b92be21
commit
e3b40b02a6
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "cables";
|
pname = "cables";
|
||||||
version = "0.5.14";
|
version = "0.5.17";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/cables-gl/cables_electron/releases/download/v${version}/cables-${version}-linux-x64.AppImage";
|
url = "https://github.com/cables-gl/cables_electron/releases/download/v${version}/cables-${version}-linux-x64.AppImage";
|
||||||
sha256 = "sha256-kgTVIrWFrG47bApFUthCkkL3RdtjIrZkL8sXi8sKxaU=";
|
sha256 = "sha256-6qp3yHtvTZ1KqbnqBbd8gWatBMJrUlwcUUkDZJX53o4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extract {
|
appimageContents = appimageTools.extract {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue