Skip to content

Commit

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

[Backport nixos-24.05] feat: update autosave to R5-11
  • Loading branch information
stephane-cea authored Oct 7, 2024
2 parents b71a6d4 + c21e18d commit f971c90
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 f971c90

Please sign in to comment.