diff options
| author | Bobby Rong <rjl931189261@126.com> | 2022-01-06 11:50:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 11:50:41 +0800 |
| commit | d3179446efde6bc6f5b01f18438b9131fe8f1741 (patch) | |
| tree | 1cfc5c61b194237dad95d5caf1e6b10e149d5a35 | |
| parent | [Backport release-21.11] onlykey: set the group correctly in the udev rule (#... (diff) | |
| parent | psi-plus: 1.5.1582 -> 1.5.1596 (diff) | |
| download | nixpkgs-d3179446efde6bc6f5b01f18438b9131fe8f1741.tar.gz | |
Merge pull request #153642 from NixOS/backport-153109-to-release-21.11
[Backport release-21.11] psi-plus: 1.5.1582 -> 1.5.1596
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/psi-plus/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix index c80757384109..d1cf00969b10 100644 --- a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix +++ b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix @@ -43,13 +43,13 @@ assert enablePsiMedia -> enablePlugins; mkDerivation rec { pname = "psi-plus"; - version = "1.5.1582"; + version = "1.5.1596"; src = fetchFromGitHub { owner = "psi-plus"; repo = "psi-plus-snapshots"; rev = version; - sha256 = "sha256-ZMJxGxwDuY2fW+W68JiH0X+FpowdAPm70EQ9pHNnrG4="; + sha256 = "sha256-8GnENdoFgFa+pDN8C+W5qoFxsCE7tl3dUHf5TBipo5g="; }; cmakeFlags = [ |
