pulseview: fix hash of the patch

The patch introduced in 475e7fa802 have an
incorrect hash. OfBorg was already complaining about it in the PR
checks.
This commit is contained in:
Thomas Gerbet 2023-01-08 17:08:01 +01:00 committed by Bjørn Forsman
parent d1ab48e82b
commit 186a0b4575

View file

@ -30,7 +30,7 @@ mkDerivation rec {
# Fixes replaced/obsolete Qt methods
(fetchpatch {
url = "https://github.com/sigrokproject/pulseview/commit/ae726b70a7ada9a4be5808e00f0c951318479684.patch";
sha256 = "1rg8azin2b7gmp68bn3z398swqlg15ddyp4xynrz49wj44cgxsdv";
sha256 = "sha256-6bFXFAnTO+MBUmslw55gWWSCCPwnejqKGpHeJOoH0e8=";
})
];