about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2023-09-24 00:03:31 +0200
committerGitHub <noreply@github.com>2023-09-24 00:03:31 +0200
commit390a4247e0116a32670288d755224fccda7ca4f9 (patch)
treeca159490d0e9a2302246767e9e5cda36581361d2 /pkgs/applications/editors
parent07bb0bd1668d4cdf5043ead446afdb7387550d3f (diff)
parentfab52fca51de6d49084d9b41d0a69b8108ebc668 (diff)
Merge pull request #255512 from nbraud/sha512-to-hash
treewide: sha512 → hash
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index a8a248804b046..67c071b5b9386 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -355,7 +355,7 @@ rec {
 
     src = fetchzip {
       url = "https://download.jboss.org/drools/release/${version}/droolsjbpm-tools-distribution-${version}.zip";
-      sha512 = "2qzc1iszqfrfnw8xip78n3kp6hlwrvrr708vlmdk7nv525xhs0ssjaxriqdhcr0s6jripmmazxivv3763rnk2bfkh31hmbnckpx4r3m";
+      hash = "sha512-dWTS72R2VRgGnG6JafMwZ+wd+1e13pil0SAz2HDMXUmtgYa9iLLtma3SjcDJeWdOoblzWHRu7Ihblx3+Ogb2sQ==";
       postFetch = ''
         # update site is a couple levels deep, alongside some other irrelevant stuff
         cd $out;