arrpc: make patch urls reproducible

This commit is contained in:
Peder Bergebakken Sundt 2023-10-01 18:14:25 +02:00
parent 789d8bab2f
commit 3154cd1c7f

View File

@ -21,7 +21,8 @@ buildNpmPackage {
# Remove after next release
patches = [
(fetchpatch {
url = "https://github.com/OpenAsar/arrpc/pull/50.patch";
# https://github.com/OpenAsar/arrpc/pull/50
url = "https://github.com/OpenAsar/arrpc/commit/7fa6c90204450eb3952ce9cddfecb0a5ba5e4313.patch";
hash = "sha256-qFlrbe2a4x811wpmWUcGDe2CPlt9x3HI+/t0P2v4kPc=";
})
];