Skip to content

Commit

Permalink
protonmail-bridge: 3.15.1 -> 3.16.0 (NixOS#373623)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 15, 2025
2 parents 1f56e5b + ef3933b commit dd6f989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pr/protonmail-bridge/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "protonmail-bridge";
version = "3.15.1";
version = "3.16.0";

src = fetchFromGitHub {
owner = "ProtonMail";
repo = "proton-bridge";
rev = "v${version}";
hash = "sha256-TwMkayH5gRSYdv5zDoYT2imOU/8leJugk0HHQLLe/UI=";
hash = "sha256-uzAtoCQIkmCoQWsZbrQ/LycB3cT1ureqRGO8nKuvPEo=";
};

vendorHash = "sha256-avtw9MtnDo/992JAhXKCr/FXv+9M2j/pBLDNRVGsseM=";
vendorHash = "sha256-RKAkdCTkUcUKO+eXvn/Sh52Un4DzvgUlF19MiGm/K0c=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit dd6f989

Please sign in to comment.