File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/mo/mozillavpn Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323stdenv . 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 = [
You can’t perform that action at this time.
0 commit comments