Skip to content

Commit b5fb6a5

Browse files
pbogdanFRidh
authored andcommittedDec 5, 2017
konversation: 1.7.2 -> 1.7.4
(cherry picked from commit eede74b)
1 parent 3039167 commit b5fb6a5

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/irc/konversation

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/irc/konversation/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
let
3131
pname = "konversation";
32-
version = "1.7.2";
32+
version = "1.7.4";
3333
in mkDerivation rec {
3434
name = "${pname}-${version}";
3535

3636
src = fetchurl {
3737
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
38-
sha256 = "0616h59bsw5c3y8lij56v3fhv9by0rwdfcaa83yfxqg4rs26xyaz";
38+
sha256 = "0y4rj4fcl1wsi3y1fhnzad9nf4llwrnipfm9mfm55kqnx1zmpvqp";
3939
};
4040

4141
buildInputs = [

0 commit comments

Comments
 (0)
Please sign in to comment.