mozillavpn: 2.24.0 → 2.24.1

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 93a5b980b8)
This commit is contained in:
Anders Kaseorg
2024-10-01 15:05:00 -07:00
parent 5527334c0b
commit 6a288da98d

View File

@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mozillavpn";
version = "2.24.0";
version = "2.24.1";
src = fetchFromGitHub {
owner = "mozilla-mobile";
repo = "mozilla-vpn-client";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-iTnwx+KPZ5b8qT0fEMUCGQx1UyGVM4VCzooZqslGWtw=";
hash = "sha256-X2rtHAZ9vbWjuOmD3B/uPasUQ1Q+b4SkNqk4MqGMaYo=";
};
patches = [ ];