mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-gdiff: update to version 1.1
This commit is contained in:
parent
549b50436c
commit
e12bb1d4d9
@ -4,9 +4,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gdiff";
|
pname = "gdiff";
|
||||||
version = "1.0";
|
version = "1.1";
|
||||||
sha256 = "35257b1090cf78f95d24c7a89920863c1d824652311fa5793693d7d06d96517b";
|
sha256 = "1d0d8f8bfw7ld6a1d5y6syzdha5qsm909mqzd5gfqcbi2wnh8aqc";
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "https://github.com/eelco/gdiff";
|
||||||
description = "Generic diff and patch";
|
description = "Generic diff and patch";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user