ltspice: fix FOD

This commit is contained in:
zimward
2025-11-17 16:40:24 +01:00
parent 50a96edd8d
commit 0fc980ab89
+2 -2
View File
@@ -13,8 +13,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ltspice";
version = "24.1.10";
src = fetchurl {
url = "https://web.archive.org/web/20251028221949/https://ltspice.analog.com/software/LTspice64.msi";
hash = "sha256-LSK84ogbBk9kP7LKg8rzCGDqq36XfsK4Kzn2Zwea8C4=";
url = "https://web.archive.org/web/20251117140534if_/https://ltspice.analog.com/software/LTspice64.msi";
hash = "sha256-2t/6idUniSRHLdJQ+5OuvcRNGRIs2PR0iiezpZ0ovY8=";
};
dontUnpack = true;
dontConfigure = true;