mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
protonmail-bridge: 1.2.2-1 -> 1.2.3-1
This commit is contained in:
parent
646c641358
commit
c010798cda
1 changed files with 2 additions and 2 deletions
|
@ -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 = ".";
|
||||
|
|
Loading…
Reference in a new issue