quilt: 0.65 -> 0.66 (#58861)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quilt/versions
This commit is contained in:
R. RyanTM 2019-04-07 06:55:38 -07:00 committed by xeji
parent 2e6b8ae970
commit 0a70b17e90

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "quilt-0.65";
name = "quilt-0.66";
src = fetchurl {
url = "mirror://savannah/quilt/${name}.tar.gz";
sha256 = "06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn";
sha256 = "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri";
};
buildInputs = [ makeWrapper perl bash diffutils patch findutils diffstat ];