Unverified Commit f910138a authored by zimward's avatar zimward
Browse files

ltspice: 24.1.10 -> 26.0.0

parent f61125a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "ltspice";
  version = "24.1.10";
  version = "26.0.0";
  src = fetchurl {
    url = "https://web.archive.org/web/20251117140534if_/https://ltspice.analog.com/software/LTspice64.msi";
    hash = "sha256-2t/6idUniSRHLdJQ+5OuvcRNGRIs2PR0iiezpZ0ovY8=";
    url = "https://web.archive.org/web/20251210201306/https://ltspice.analog.com/software/LTspice64.msi";
    hash = "sha256-fw4z9BlkMUR/z7u+wMx6S267jn8y+HzVgDkQ9rJTQ70=";
  };
  dontUnpack = true;
  dontConfigure = true;