Skip to content

Commit

Permalink
support.mrioc2: 2.6.0 -> 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vivienCEA committed Dec 5, 2024
1 parent ab5f0e3 commit fe40086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/epnix/support/mrfioc2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}:
mkEpicsPackage rec {
pname = "mrfioc2";
version = "2.6.0";
version = "2.7.1";
varname = "MRFIOC2";

inherit local_config_site local_release;
Expand All @@ -19,7 +19,7 @@ mkEpicsPackage rec {
owner = "epics-modules";
repo = "mrfioc2";
rev = version;
sha256 = "sha256-pmuM4HrHlZ63BcZACZOlMAPic1IOQ/kLpi9lo/raP0U=";
sha256 = "sha256-zK+cCWK9oOTH+NvCO0GiWKkwmtQYXvUuONSIV55pY1Y=";
};

propagatedBuildInputs = with epnix.support; [devlib2];
Expand Down

0 comments on commit fe40086

Please sign in to comment.