Skip to content

Commit

Permalink
Merge pull request #164 from minijackson/calc-3.7.5
Browse files Browse the repository at this point in the history
support.calc: 3-7-4 -> 3-7-5
  • Loading branch information
stephane-cea authored Sep 26, 2024
2 parents ad804be + 72f24b4 commit c4f6149
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/epnix/support/calc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
}:
mkEpicsPackage rec {
pname = "calc";
version = "3-7-4";
version = "3-7-5";
varname = "CALC";

inherit local_config_site local_release;

buildInputs = with epnix.support; [sscan];

src = fetchFromGitHub {
owner = "epics-modules";
repo = "calc";
rev = "R${version}";
sha256 = "sha256-cZA9M60YAzCeBZB7amxQES6W4Bh1KFrm3ko7Js7Oa5I=";
sha256 = "sha256-S40HtO7HXDS27u7wmlxuo7oV1abtj1EaXfIz0Kj1IM0=";
};

buildInputs = with epnix.support; [sscan];

inherit local_config_site local_release;

meta = {
description = "Support for run-time expression evaluation";
homepage = "https://epics.anl.gov/bcda/synApps/calc/calc.html";
Expand Down

0 comments on commit c4f6149

Please sign in to comment.