Unverified Commit ec9c7e98 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mullvad-browser: 15.0 -> 15.0.1 (#461673)

parents fd74c8a5 d33e5770
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ let
    ++ lib.optionals mediaSupport [ ffmpeg ]
  );

  version = "15.0";
  version = "15.0.1";

  sources = {
    x86_64-linux = fetchurl {
@@ -109,7 +109,7 @@ let
        "https://tor.eff.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
        "https://tor.calyxinstitute.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
      ];
      hash = "sha256-BD5pnPeE3PZHJKNoJE46Gm6i+ksc7wdl9Eq7pWqB84g=";
      hash = "sha256-xnSi+0i5yG/sporHj+kIm39bE5KSpoBooFCpTcPfXiA=";
    };
  };