Skip to content

Commit e64437c

Browse files
committed
pidgin: 2.14.13 -> 2.14.14
1 parent 0aa4755 commit e64437c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/pidgin

1 file changed

+2
-2
lines changed

pkgs/applications/networking/instant-messengers/pidgin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
let
4848
unwrapped = stdenv.mkDerivation rec {
4949
pname = "pidgin";
50-
version = "2.14.13";
50+
version = "2.14.14";
5151

5252
src = fetchurl {
5353
url = "mirror://sourceforge/pidgin/pidgin-${version}.tar.bz2";
54-
sha256 = "sha256-EgBJ3I4X4JoqfSVq/yGR/4SRq7hAyMfrMZoWHi3xa6g=";
54+
sha256 = "sha256-D/yZlN7xAmD5ilXNEy3u+o3EqYNUUcwOmCdHvUWOI1Y=";
5555
};
5656

5757
nativeBuildInputs = [

0 commit comments

Comments
 (0)