File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
pkgs/by-name/to/tonelib-gfx Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1717
1818stdenv . mkDerivation rec {
1919 pname = "tonelib-gfx" ;
20- version = "4.8.5 " ;
20+ version = "4.8.7 " ;
2121
22+ # It's hard to find out when a release happens and what version that release is,
23+ # without visiting the site directly.
24+ #
25+ # The following command can retrieve the latest released version.
26+ # curl --silent https://tonelib.net/downloads.html | \
27+ # grep -P 'ToneLib GFX</h3' -A3 | \
28+ # sed -nE 's/^.*Version: ([0-9.]+).*/\1/p'
29+ #
30+ # The following command gives us the URL for the latest release without intermediate redirects.
31+ # curl --head 'https://www.tonelib.net/download.php?id=gfx&os=lnx'
2232 src = fetchurl {
23- url = "https://tonelib.vip/download/24-10-03 /ToneLib-GFX-amd64.deb" ;
24- hash = "sha256-RG5rliF4/9LDd07i5dSFQzTGPqyF6UmTfatKb59LZA4 =" ;
33+ url = "https://tonelib.vip/download/24-10-24 /ToneLib-GFX-amd64.deb" ;
34+ hash = "sha256-2ao6tTRbPMpE2Y/7/gwQN3G5Z6Uu+SQel9o1ejwD9v4 =" ;
2535 } ;
2636
2737 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments