From c2349bf052456733017396696286627fd061a800 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Fri, 19 Feb 2021 17:56:11 +0100 Subject: claws-mail{,-gtk3}: set version for gtk3 to 3.99.0 --- pkgs/applications/networking/mailreaders/claws-mail/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/networking') diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix index 3d28300affc..a9cea58902a 100644 --- a/pkgs/applications/networking/mailreaders/claws-mail/default.nix +++ b/pkgs/applications/networking/mailreaders/claws-mail/default.nix @@ -56,17 +56,15 @@ with lib; let - version = "3.17.8"; + version = if useGtk3 then "3.99.0" else "3.17.8"; # The official release uses gtk2 and contains the version tag. gtk2src = { - rev = version; sha256 = "0l4f8q11iyj8pi120lrapgq51k5j64xf0jlczkzbm99rym752ch5"; }; # The corresponding commit in the gtk3 branch. gtk3src = { - rev = "3.99.0"; sha256 = "176h1swh1zx6dqyzfz470x4a1xicnv0zhy8ir47k7p23g6y17i2k"; }; @@ -119,6 +117,7 @@ in stdenv.mkDerivation rec { inherit version; src = fetchgit ({ + rev = version; url = "git://git.claws-mail.org/claws.git"; } // (if useGtk3 then gtk3src else gtk2src)); -- cgit 1.4.1