Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b3e1e72a7fa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4c9e28000151
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 30, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    fnords Silje Enge Kristensen
    Copy the full SHA
    c010798 View commit details

Commits on Jan 4, 2020

  1. Merge pull request #76698 from fnords/protonmail-bridge-1.2.3-1-bump

    protonmail-bridge: 1.2.2-1 -> 1.2.3-1
    etu authored Jan 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4c9e280 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/protonmail-bridge/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/protonmail-bridge/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
, libsecret, libGL, libpulseaudio, glib, wrapQtAppsHook, mkDerivation }:

let
version = "1.2.2-1";
version = "1.2.3-1";

description = ''
An application that runs on your computer in the background and seamlessly encrypts
@@ -16,7 +16,7 @@ in mkDerivation {

src = fetchurl {
url = "https://protonmail.com/download/protonmail-bridge_${version}_amd64.deb";
sha256 = "16hfa07wdqcns79395wjdglg2cjyblqgz1hx8rl15qm7n5f24ckl";
sha256 = "032ggk9fvd19fbsqkzwzwh0hpyg8gpkrin71di7zsx6ias5innw1";
};

sourceRoot = ".";