grub2: rename patch confusing vulnix

This commit is contained in:
Robin Gloster 2022-07-19 14:00:52 +02:00
parent a8a4f3dafa
commit 272829bc54
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
# Pull upstream patch to fix linkage against binutils-2.36.
(fetchpatch {
name = "binutils-2.36";
name = "binutils-2.36.patch";
url = "https://git.savannah.gnu.org/cgit/grub.git/patch/?id=b98275138bf4fc250a1c362dfd2c8b1cf2421701";
sha256 = "001m058bsl2pcb0ii84jfm5ias8zgzabrfy6k2cc9w6w1y51ii82";
})