frei0r: fix invalid download URL
This commit is contained in:
parent
7e45327e9a
commit
581a4da7b5
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://files.dyne.org/.xsend.php?file=frei0r/releases/${name}.tar.gz";
|
||||
url = "https://files.dyne.org/frei0r/releases/frei0r-plugins-1.4.tar.gz";
|
||||
sha256 = "0mxyhdp1p1a3ga8170ijygb870zwbww1dgp3kdr1nd4zvsmzqw44";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user