From b116a1c65c344e868924e327324ae3ac1e0626cd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 31 May 2017 13:53:19 +0200 Subject: [PATCH] quilt: update to version 0.65 --- pkgs/development/tools/quilt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/quilt/default.nix b/pkgs/development/tools/quilt/default.nix index 1fd70730265..69479700c7f 100644 --- a/pkgs/development/tools/quilt/default.nix +++ b/pkgs/development/tools/quilt/default.nix @@ -3,11 +3,11 @@ with pkgs; stdenv.mkDerivation rec { - name = "quilt-0.63"; + name = "quilt-0.65"; src = fetchurl { url = "mirror://savannah/quilt/${name}.tar.gz"; - sha256 = "2846788221aa8844c54f10239c7cbc5e88031859162bcc285449446c3cfffe52"; + sha256 = "06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn"; }; buildInputs = [ makeWrapper perl bash diffutils patch findutils diffstat ];