treewide: replace base64 encoded hashes
This commit is contained in:
@@ -19,14 +19,14 @@ stdenv.mkDerivation rec {
|
||||
# https://github.com/fmtlib/fmt/issues/1620
|
||||
(fetchpatch {
|
||||
url = "https://github.com/fmtlib/fmt/commit/7d01859ef16e6b65bc023ad8bebfedecb088bf81.patch";
|
||||
sha256 = "vdttRGgdltabeRAs4/z0BNtW2dLOhCxtXQFGVFKpEG0=";
|
||||
sha256 = "0v8hm5958ih1bmnjr16fsbcmdnq4ykyf6b0hg6dxd5hxd126vnxx";
|
||||
})
|
||||
|
||||
# Fix paths in pkg-config file
|
||||
# https://github.com/fmtlib/fmt/pull/1657
|
||||
(fetchpatch {
|
||||
url = "https://github.com/fmtlib/fmt/commit/78f041ab5b40a1145ba686aeb8013e8788b08cd2.patch";
|
||||
sha256 = "hjE6Q/ubA4UhvuJXgcsA3wiGoDK031P19njQRL9JF8M=";
|
||||
sha256 = "1hqp96zl9l3qyvsm7pxl6ah8c26z035q2mz2pqhqa0wvzd1klcc6";
|
||||
})
|
||||
|
||||
# Fix cmake config paths.
|
||||
|
||||
Reference in New Issue
Block a user