numatop: make patch urls reproducible

This commit is contained in:
Peder Bergebakken Sundt 2023-10-01 18:16:25 +02:00
parent 291a2e809b
commit 1a7901f8f8

View file

@ -16,12 +16,14 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://github.com/intel/numatop/pull/54.patch";
# https://github.com/intel/numatop/pull/54
url = "https://github.com/intel/numatop/compare/eab0ac5253c5843aa0f0ac36e2eec7612207711b...c1001fd926c24eae2d40729492e07270ce133b72.patch";
sha256 = "sha256-TbMLv7TT9T8wE4uJ1a/AroyPPwrwL0eX5IBLsh9GTTM=";
name = "fix-string-operations.patch";
})
(fetchpatch {
url = "https://github.com/intel/numatop/pull/64.patch";
# https://github.com/intel/numatop/pull/64
url = "https://github.com/intel/numatop/commit/635e2ce2ccb1ac793cc276a7fcb8a92b1ffefa5d.patch";
sha256 = "sha256-IevbSFJRTS5iQ5apHOVXzF67f3LJaW6j7DySFmVuyiM=";
name = "fix-format-strings-mvwprintw.patch";
})