haskell-gdiff: update to version 1.1

This commit is contained in:
Peter Simons 2014-07-22 12:21:37 +02:00
parent 549b50436c
commit e12bb1d4d9

View File

@ -4,9 +4,10 @@
cabal.mkDerivation (self: {
pname = "gdiff";
version = "1.0";
sha256 = "35257b1090cf78f95d24c7a89920863c1d824652311fa5793693d7d06d96517b";
version = "1.1";
sha256 = "1d0d8f8bfw7ld6a1d5y6syzdha5qsm909mqzd5gfqcbi2wnh8aqc";
meta = {
homepage = "https://github.com/eelco/gdiff";
description = "Generic diff and patch";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;