Skip to content

Commit 3ddf642

Browse files
mozillavpn: 2.25.0 -> 2.26.0 (#392812)
Co-authored-by: andersk <[email protected]>
2 parents 4c36f07 + b66bbd1 commit 3ddf642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mo/mozillavpn/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
stdenv.mkDerivation (finalAttrs: {
2424
pname = "mozillavpn";
25-
version = "2.25.0";
25+
version = "2.26.0";
2626
src = fetchFromGitHub {
2727
owner = "mozilla-mobile";
2828
repo = "mozilla-vpn-client";
2929
tag = "v${finalAttrs.version}";
3030
fetchSubmodules = true;
31-
hash = "sha256-XunvADSdLA6jFVjXTAtmYvC1i5ZE7WYaCTvlAd8C1ko=";
31+
hash = "sha256-BKD8X4nPLyTtY0x06nCSRRK36XKucpnhvjJN8aZssUs=";
3232
};
3333
patches = [ ];
3434

@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
4545

4646
cargoDeps = rustPlatform.fetchCargoVendor {
4747
inherit (finalAttrs) src patches;
48-
hash = "sha256-HaOqhjDodn9z0XQMsxJAMKrs1s7l2cJCIzHECjwnA5A=";
48+
hash = "sha256-tVTXlGO969qPR9/TbOJbDdOiwOI1PT11MvNYdLqgDlo=";
4949
};
5050

5151
buildInputs = [

0 commit comments

Comments
 (0)