about summary refs log tree commit diff
path: root/pkgs/applications/science/electronics/pulseview
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-01-08 17:08:01 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-01-08 18:13:01 +0100
commit186a0b45757c69e2408c6ed239e517695ec6a303 (patch)
tree47bf876a2841ccef3aba65ae43f0d7a1fa388c02 /pkgs/applications/science/electronics/pulseview
parentd1ab48e82b8f3870c4c4d3037a3c34934ccbd50c (diff)
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.
Diffstat (limited to 'pkgs/applications/science/electronics/pulseview')
-rw-r--r--pkgs/applications/science/electronics/pulseview/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/electronics/pulseview/default.nix b/pkgs/applications/science/electronics/pulseview/default.nix
index 3bc4133a222ca..7f001e73cf7ba 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=";
      })
   ];