Merge pull request #5032 from Gonzih/patch-1

Update sha256 for mutt sidebar patch
This commit is contained in:
Georges Dubus 2014-11-18 15:00:35 +01:00
commit c86d1ab2a1

View file

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
patches = [] ++
(stdenv.lib.optional withSidebar (fetchurl {
url = http://lunar-linux.org/~tchan/mutt/patch-1.5.23.sidebar.20140412.txt;
sha256 = "0bq556sycl0qkr5vg5c3l16bh2bifqc2j7d64n4hw19q0ba2b45w";
sha256 = "1i2r7dj0pd1k0z3jjxn2szi6sf0k28i8dwhr4f65pn8r2lh3wisz";
}));
meta = with stdenv.lib; {