Jump to content

Celibate0774

Members
  • Posts

    2
  • Joined

  • Last visited

Celibate0774's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi Digilent-Forum I'm using Waveforms on a NixOS Linux distro and I've used this (https://github.com/liff/waveforms-flake) Nix flake to fetch the the .deb files from your server. The waveform-flake uses the following URLs to download Adep2+Runtime and Waveforms: { "adept2-runtime": { "version": "2.27.9", "systems": { "x86_64-linux": { "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-amd64.deb", "hash": "sha256-T8e+YnYUJMWswpgPb1C1GXagCZe9tURj9y3tvWs2Kus=" }, "i686-linux": { "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-i386.deb", "hash": "sha256-qJTV/sXHOuxe8dTxFXF3QoAo+ro2iPlX7kods9F1c10=" }, "aarch64-linux": { "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-arm64.deb", "hash": "sha256-5jb1s2ujaNKUe29Nl/9BWDeIMiU7XUBRhvaQo6AXoQs=" }, "armv7l-linux": { "url": "https://files.digilent.com/Software/Adept2+Runtime/2.27.9/digilent.adept.runtime_2.27.9-armhf.deb", "hash": "sha256-5W5hbrrO5VaadeyDCikUyxYOWz5JW3tfUADgck6uAR4=" } } }, "waveforms": { "version": "3.20.1", "systems": { "x86_64-linux": { "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_amd64.deb", "hash": "sha256-1CKo0wCM9YdaZ0I7dFwfmSSi/UUp2SRvL6SolnF4tUI=" }, "i686-linux": { "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_i386.deb", "hash": "sha256-/ppOywf8iznfODSFA1IC9mcWvPgwZwWQ0SAm8fk4w0I=" }, "aarch64-linux": { "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_arm64.deb", "hash": "sha256-lQzsUgQ3ullrr0CwOeVVXmgImfVn04Xa2smlgjrwADA=" }, "armv7l-linux": { "url": "https://files.digilent.com/Software/Waveforms2015/3.20.1/digilent.waveforms_3.20.1_armhf.deb", "hash": "sha256-ArAdRJUcvRSqD9fq+b0d8GzO+JVaU8qlKjcyT0C3ahU=" } } } } It seems like all these Links are deprecated. Is there a new link address that can be provided to make this working again? Thank you very much for your help! Kind regards
×
×
  • Create New...