Skip to content

Commit

Permalink
Refer to devlib2 new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
agaget committed Jan 11, 2024
1 parent 557e796 commit 02449fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/epnix/support/devlib2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
}:
mkEpicsPackage rec {
pname = "devlib2";
# Last tag from 2020 not compliant with mrfioc2, it's issued here : https://github.com/epics-modules/devlib2/issues/16
version = "2023-12-11";
version = "2.12";
varname = "DEVLIB2";
doCheck = false;

Expand All @@ -19,8 +18,8 @@ mkEpicsPackage rec {
src = fetchFromGitHub {
owner = "epics-modules";
repo = "devlib2";
rev = "5334e184dd872f13a6d55e4092cffb16bb43f9a4";
sha256 = "sha256-V84NpJwOIqito5+7FZUkn4NTS5riFYbbkaPRpZLHHjQ=";
rev = version;
sha256 = "sha256-5rjilz+FO6ZM+Hn7AVwyFG2WWBoBUQA4WW5OHhhdXw4=";
};

meta = {
Expand Down

0 comments on commit 02449fe

Please sign in to comment.