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:
committed by
Bjørn Forsman
parent
d1ab48e82b
commit
186a0b4575
@@ -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=";
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user