Commit 64536c86 authored by dish's avatar dish
Browse files

openapv: add updateScript

parent 029f4438
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  writeText,
  fetchFromGitHub,
  cmake,
  nix-update-script,
}:
let
  # Requires an /etc/os-release file, so we override it with this.
@@ -27,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [ cmake ];

  passthru.updateScript = nix-update-script { };

  meta = {
    changelog = "https://github.com/AcademySoftwareFoundation/openapv/releases/tag/v${finalAttrs.version}";
    description = "Reference implementation of the APV codec";