From 46d4797b7a0f60a5c7bf28bd3cdcde0f0766ae8c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 12 Dec 2024 14:41:16 +0100 Subject: [PATCH] support/asyn: 4-44-2 -> 4-45 --- pkgs/epnix/support/asyn/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {