From d9df996c826631a0149c58fd4b68d930c3b1aa6b Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 19 Sep 2024 22:10:08 -0400 Subject: [PATCH] support.StreamDevice: 2.8.24 -> 2.8.26 --- pkgs/epnix/support/StreamDevice/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/epnix/support/StreamDevice/default.nix b/pkgs/epnix/support/StreamDevice/default.nix index 1c8bd810..806d425c 100644 --- a/pkgs/epnix/support/StreamDevice/default.nix +++ b/pkgs/epnix/support/StreamDevice/default.nix @@ -8,7 +8,7 @@ local_config_site ? {}, local_release ? {}, }: let - version = "2.8.24"; + version = "2.8.26"; in mkEpicsPackage { pname = "StreamDevice"; @@ -39,7 +39,7 @@ in # export-subst in .gitattributes for .VERSION # See: https://epics.anl.gov/tech-talk/2022/msg01842.php forceFetchGit = true; - hash = "sha256-2MJ6CSNFc5rKijx5TFwwXStzj6zypS4cpMrcSuW4+F0="; + hash = "sha256-/OgjdHvFr6sBRhOLa9F3KJeaxMiKuUuBduHUc4YLYBI="; }; meta = {