Skip to content

Commit

Permalink
Merge pull request #169 from epics-extensions/backport/164-to-nixos-2…
Browse files Browse the repository at this point in the history
…3.11

[Backport nixos-23.11] support.calc: 3-7-4 -> 3-7-5
  • Loading branch information
minijackson authored Sep 26, 2024
2 parents 652c383 + c753a01 commit 95619c8
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 95619c8

Please sign in to comment.