Skip to content

Commit

Permalink
mozillavpn: 2.24.1 -> 2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent a48eed9 commit e9633cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mo/mozillavpn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "mozillavpn";
version = "2.24.1";
version = "2.24.2";
src = fetchFromGitHub {
owner = "mozilla-mobile";
repo = "mozilla-vpn-client";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-X2rtHAZ9vbWjuOmD3B/uPasUQ1Q+b4SkNqk4MqGMaYo=";
hash = "sha256-p6HY1hibUUQAnN5mS1kFjiNC1/PG7dyrYKkR11SIEpk=";
};
patches = [
# Fix build errors from deprecated QByteArray::count()
Expand Down Expand Up @@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src patches;
hash = "sha256-ryJFvnJIiDKf2EqlzHj79hSPYrD+3UtZ5lT/QeFv6V0=";
hash = "sha256-yZlXMJbFJCZ+MM7F06B2kCR0Ufkv0NhJz0AG7xrQ7Ms=";
};

buildInputs = [
Expand Down

0 comments on commit e9633cf

Please sign in to comment.