From 186a0b45757c69e2408c6ed239e517695ec6a303 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Sun, 8 Jan 2023 17:08:01 +0100 Subject: [PATCH] pulseview: fix hash of the patch The patch introduced in 475e7fa8027530682bd19d8b97f1a2f29b848eea have an incorrect hash. OfBorg was already complaining about it in the PR checks. --- pkgs/applications/science/electronics/pulseview/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/electronics/pulseview/default.nix b/pkgs/applications/science/electronics/pulseview/default.nix index 3bc4133a222c..7f001e73cf7b 100644 --- a/pkgs/applications/science/electronics/pulseview/default.nix +++ b/pkgs/applications/science/electronics/pulseview/default.nix @@ -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="; }) ];