Skip to content

Commit

Permalink
Merge pull request #23671 from Mic92/gajim
Browse files Browse the repository at this point in the history
gajim: 0.16.6 -> 0.16.7
  • Loading branch information
7c6f434c committed Mar 9, 2017
2 parents 6fad14b + d90e6c7 commit 665a89c
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions pkgs/applications/networking/instant-messengers/gajim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,22 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "gajim-${version}";
version = "0.16.6";
version = "0.16.7";

src = fetchurl {
name = "${name}.tar.bz2";
url = "https://dev.gajim.org/gajim/gajim/repository/archive.tar.bz2?"
+ "ref=${name}";
sha256 = "1s0h4xll9490vh7ygmi4zsd1fa107f3s9ykhpq0snb04fllwhjq7";
sha256 = "18srrsswq09i54gcqqy0ylmrix1rrq43f0b8sz1lijr39h3ayw3j";
};

patches = let
# An attribute set of revisions to apply from the upstream repository.
cherries = {
misc-test-fixes = {
rev = "1f0d7387fd020df5dfc9a6349005ec7dedb7c008";
sha256 = "0nazpzyg50kl0k8z4dkn033933iz60g1i6nzhib1nmzhwwbnacc5";
};
jingle-fix = {
rev = "491d32a2ec13ed3a482e151e0b403eda7b4151b8";
sha256 = "1pfg1ysr0p6rcwmd8ikjs38av3c4gcxn8pxr6cnnj27n85gvi30g";
};
fix-connection-mock = {
rev = "46a19733d208fbd2404cbaeedd8c203d0b6557a4";
sha256 = "0l3s577pksnz16r4mqa1zmz4y165amsx2mclrm4vzlszy35rmy2b";
};
#example-fix = {
# rev = "<replace-with-git-revsion>";
# sha256 = "<replace-with-sha256>";
#};
};
in mapAttrsToList (name: { rev, sha256 }: fetchurl {
name = "gajim-${name}.patch";
Expand Down

0 comments on commit 665a89c

Please sign in to comment.