Unverified Commit 7af15141 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

{tor,mullvad}-browser: 15.0.9 -> 15.0.10, add maintainer (#512076)

parents 8517a537 2677f9ea
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ let
    ++ lib.optionals mediaSupport [ ffmpeg_7 ]
  );

  version = "15.0.9";
  version = "15.0.10";

  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-GkLCztflyfRFZiZg+bZjUFvK9i+jbagyzB7SgbjKlpQ=";
      hash = "sha256-1XUWPS7GZ+V9iHRGuNGpFxCP0IKPdMIUt3rLLsD4yQ8=";
    };
  };

@@ -291,7 +291,7 @@ stdenv.mkDerivation rec {
    inherit sources;
    updateScript = callPackage ./update.nix {
      inherit pname version meta;
      baseUrl = "https://cdn.mullvad.net/browser/";
      baseUrl = "https://dist.torproject.org/mullvadbrowser/";
      name = "mullvad-browser";
    };
  };
@@ -305,6 +305,7 @@ stdenv.mkDerivation rec {
      felschr
      panicgh
      sigmasquadron
      whispersofthedawn
    ];
    # MPL2.0+, GPL+, &c.  While it's not entirely clear whether
    # the compound is "libre" in a strict sense (some components place certain
+4 −3
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ let
    ++ lib.optionals mediaSupport [ ffmpeg_7 ]
  );

  version = "15.0.9";
  version = "15.0.10";

  sources = {
    x86_64-linux = fetchurl {
@@ -112,7 +112,7 @@ let
        "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
        "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
      ];
      hash = "sha256-s7Ubr0OjXpBg7nRuBPhnFwHY86bnZRPUnlsNBI/2Ng0=";
      hash = "sha256-PlGjkyO2MoLWo7eAgoNMfd52dM7v9VKyfCxXbj3qqu4=";
    };

    i686-linux = fetchurl {
@@ -122,7 +122,7 @@ let
        "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
        "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
      ];
      hash = "sha256-FebSPdfJjxoW0iUBspt5AMugM5SWK7Wm7pP5zGU+icU=";
      hash = "sha256-rangtzd7oee+2b7zdmKYJD8al4G3FYo+bdq8JgBn5oE=";
    };
  };

@@ -354,6 +354,7 @@ stdenv.mkDerivation rec {
      felschr
      hax404
      panicgh
      whispersofthedawn
    ];
    # MPL2.0+, GPL+, &c.  While it's not entirely clear whether
    # the compound is "libre" in a strict sense (some components place certain