summaryrefslogtreecommitdiff
path: root/pkgs/athena-bccr
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/athena-bccr')
-rw-r--r--pkgs/athena-bccr/firmador.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/athena-bccr/firmador.nix b/pkgs/athena-bccr/firmador.nix
index d280b56..8ae8750 100644
--- a/pkgs/athena-bccr/firmador.nix
+++ b/pkgs/athena-bccr/firmador.nix
@@ -4,7 +4,7 @@
makeWrapper,
maven,
openjdk,
- wrapGAppsHook,
+ wrapGAppsHook3,
libasep11 ? null,
}: let
jdk = openjdk.override {
@@ -27,11 +27,11 @@ in
./0001-Remove-CheckUpdatePlugin-from-default-list.patch
];
- mvnHash = "sha256-h1zoStTgaE7toWWKq0Y0ahOORyltChwjmaMYjLgs1VE=";
+ mvnHash = "sha256-m3UaOLNyIlVAOI5tzxMlxg4KZ1N5gT2O2WSka+jBat4=";
nativeBuildInputs = [
makeWrapper
- wrapGAppsHook
+ wrapGAppsHook3
];
postPatch = lib.optionalString (libasep11 != null) ''