mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
d1ab48e82b
commit
186a0b4575
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue