Unverified Commit c11f176a authored by Stephen Huan's avatar Stephen Huan
Browse files

ltspice: 26.0.0 -> 26.0.1

parent 4420c74f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "ltspice";
  version = "26.0.0";
  version = "26.0.1";
  src = fetchurl {
    url = "https://web.archive.org/web/20251210201306/https://ltspice.analog.com/software/LTspice64.msi";
    hash = "sha256-fw4z9BlkMUR/z7u+wMx6S267jn8y+HzVgDkQ9rJTQ70=";
    url = "https://ltspice.analog.com/download/${finalAttrs.version}/LTspice64.msi";
    hash = "sha256-7DUCZpftMtKuV7F746PIh3tjH2QrZjJkkamAjEfsAIE=";
  };
  dontUnpack = true;
  dontConfigure = true;
@@ -81,6 +81,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  meta = {
    description = "SPICE simulator, schematic capture and waveform viewer";
    homepage = "https://www.analog.com/en/resources/design-tools-and-calculators/ltspice-simulator.html";
    changelog = "https://ltspice.analog.com/download/updates.txt";
    license = lib.licenses.unfree;
    mainProgram = "ltspice";
    maintainers = [ lib.maintainers.zimward ];