autotrace: make patch urls reproducible

+2 -1
+2 -1
pkgs/applications/graphics/autotrace/default.nix
··· 26 27 patches = [ 28 (fetchpatch { 29 name = "imagemagick7-support.patch"; 30 - url = "https://github.com/autotrace/autotrace/pull/105.patch"; 31 hash = "sha256-Q82LRF/BsJ/Ii2s+7yaYHs9agMKYVYIMnbwqz8P92s0="; 32 }) 33 ];
··· 26 27 patches = [ 28 (fetchpatch { 29 + # https://github.com/autotrace/autotrace/pull/105 30 name = "imagemagick7-support.patch"; 31 + url = "https://github.com/autotrace/autotrace/compare/170488e1871d50aad7a800b901e33ded7d31773a...c26a2a059926c595a00839c8d9961e9381206579.patch"; 32 hash = "sha256-Q82LRF/BsJ/Ii2s+7yaYHs9agMKYVYIMnbwqz8P92s0="; 33 }) 34 ];