We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de28f7b + e64437c commit b929309Copy full SHA for b929309
pkgs/applications/networking/instant-messengers/pidgin/default.nix
@@ -47,11 +47,11 @@
47
let
48
unwrapped = stdenv.mkDerivation rec {
49
pname = "pidgin";
50
- version = "2.14.13";
+ version = "2.14.14";
51
52
src = fetchurl {
53
url = "mirror://sourceforge/pidgin/pidgin-${version}.tar.bz2";
54
- sha256 = "sha256-EgBJ3I4X4JoqfSVq/yGR/4SRq7hAyMfrMZoWHi3xa6g=";
+ sha256 = "sha256-D/yZlN7xAmD5ilXNEy3u+o3EqYNUUcwOmCdHvUWOI1Y=";
55
};
56
57
nativeBuildInputs = [
0 commit comments