From 842d24ca81757cdc5acdd9fda140c584535e66f0 Mon Sep 17 00:00:00 2001 From: MadMaurice Date: Tue, 1 Jun 2021 19:21:32 +0200 Subject: [PATCH] Update sha256 for advcpmv-0.8-8.32.patch --- pkgs/coreutils-advcpmv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/coreutils-advcpmv.nix b/pkgs/coreutils-advcpmv.nix index 1a741da..4816e3d 100644 --- a/pkgs/coreutils-advcpmv.nix +++ b/pkgs/coreutils-advcpmv.nix @@ -10,7 +10,7 @@ let "8.28" = fetchpatch { file = "advcpmv-0.8-8.28.patch"; sha256 = "06vqih7jyb629s510yxjqdv9g6lfvd2dkha17zv0jwhdbsw9d0vg"; }; "8.30" = fetchpatch { file = "advcpmv-0.8-8.30.patch"; sha256 = "06qw9amqd4wwwycjfscxybl1yxgg8x97rlfl32shcg2gamsxjm4r"; }; "8.31" = fetchpatch { file = "advcpmv-0.8-8.31.patch"; sha256 = "0m0plga0m9q8rcg9s2sihxap31q1z64a74jaypvyjzy01gcmccnq"; }; - "8.32" = fetchpatch { file = "advcpmv-0.8-8.32.patch"; sha256 = "0iz7p5a8wihnydccb40cjvwxhl8sz9lm7xcd57aqsr1xl7158ki9"; }; + "8.32" = fetchpatch { file = "advcpmv-0.8-8.32.patch"; sha256 = "02h5cwxkzzm5dkf0v9dr39k3ndp506np9w1wrblxl8g02pbvj5sw"; }; }; in coreutils.overrideAttrs (old: {