forked from mirrors/nixpkgs
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:
parent
2e6b8ae970
commit
0a70b17e90
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "quilt-0.65";
|
name = "quilt-0.66";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/quilt/${name}.tar.gz";
|
url = "mirror://savannah/quilt/${name}.tar.gz";
|
||||||
sha256 = "06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn";
|
sha256 = "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper perl bash diffutils patch findutils diffstat ];
|
buildInputs = [ makeWrapper perl bash diffutils patch findutils diffstat ];
|
||||||
|
|
Loading…
Reference in a new issue