diff --git a/pkgs/epnix/support/asyn/default.nix b/pkgs/epnix/support/asyn/default.nix index ed4f0dbf..bf27081a 100644 --- a/pkgs/epnix/support/asyn/default.nix +++ b/pkgs/epnix/support/asyn/default.nix @@ -9,7 +9,7 @@ local_config_site ? {}, local_release ? {}, }: let - version = "4-44-2"; + version = "4-45"; in mkEpicsPackage { pname = "asyn"; @@ -33,7 +33,7 @@ in owner = "epics-modules"; repo = "asyn"; rev = "R${version}"; - hash = "sha256-tbWSL0b49iXW49tT44nLO7Hbe2nvjxJG6JlhK68fLXI="; + hash = "sha256-VOHgDuRSj3dUmCWX+nyCf/i+VNGpC0ZsyIP0qBUG0vw="; }; meta = {