Skip to content

Commit

Permalink
feat: update autosave to R5-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Tzvetkov committed Sep 26, 2024
1 parent 8f4ee63 commit 0191a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/epnix/support/autosave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkEpicsPackage rec {
pname = "autosave";
version = "5-10-2";
version = "5-11";
varname = "AUTOSAVE";

inherit local_config_site local_release;
Expand All @@ -16,7 +16,7 @@ mkEpicsPackage rec {
owner = "epics-modules";
repo = "autosave";
rev = "R${version}";
sha256 = "sha256-PUUPkiQS3MSrnjG4PzvZ6XrK9Tmt0OohvpduBqnxyyw=";
sha256 = "sha256-T6b2SUxgh2l+F4Vi3oF1aaLIjghlg34tLlwJOgGceLQ=";
};

meta = {
Expand Down

0 comments on commit 0191a44

Please sign in to comment.