Commit 9f532ba3 authored by nicoo's avatar nicoo
Browse files

liblsl: add `updateScript`

Helps @r-ryantm keep this up-to-date, without relying on Repology.
parent c8f37ccb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  lib,
  fetchFromGitHub,
  nix-update-script,
}:

stdenv.mkDerivation rec {
@@ -15,6 +16,7 @@ stdenv.mkDerivation rec {
    rev = "v${version}";
    sha256 = "sha256-nmu7Kxk4U5sGO8Od9JR4id4V4mjeibj4AHjUYhpGPeo=";
  };
  passthru.updateScript = nix-update-script { };

  nativeBuildInputs = [ cmake ];