ir-lv2: use src from web.archive

fixes: https://github.com/NixOS/nixpkgs/issues/463147
This commit is contained in:
Bart Brouns
2025-12-16 07:21:29 +01:00
parent e331e0e1c9
commit 0b25cce549
+5 -5
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchgit,
fetchurl,
fftw,
gtk2,
lv2,
@@ -15,10 +15,10 @@ stdenv.mkDerivation (finalAttrs: {
pname = "ir.lv2";
version = "1.4.0";
src = fetchgit {
url = "https://git.hq.sig7.se/ir.lv2.git";
rev = "1d4a4f9b1aad6223d541ebb0c16d85d527478222";
hash = "sha256-6/KpwM/aHMNvtpf3/BJQjGe1kRZx3NFmV8F6r/bPkII=";
# https://github.com/NixOS/nixpkgs/issues/463147#issuecomment-3658352031
src = fetchurl {
url = "https://web.archive.org/web/20251216014553/https://git.hq.sig7.se/ir.lv2.git/snapshot/1d4a4f9b1aad6223d541ebb0c16d85d527478222.tar.gz";
hash = "sha256-lTzj4tf7jNOKnvcZzEbzPqg4aPgXcbCVwIHoV+5G+hU=";
};
buildInputs = [