Skip to content

Commit

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

[Backport nixos-23.05] feat: update autosave to R5-11
  • Loading branch information
stephane-cea authored Oct 7, 2024
2 parents a840a54 + 02d3169 commit 1e455a4
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 1e455a4

Please sign in to comment.