oo7: re-add updateScript

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+2 -2
+2 -2
pkgs/by-name/oo/oo7/package.nix
··· 2 2 lib, 3 3 rustPlatform, 4 4 fetchFromGitHub, 5 + nix-update-script, 5 6 oo7, 6 7 openssl, 7 8 pkg-config, ··· 41 42 passthru = { 42 43 tests.testVersion = testers.testVersion { package = oo7; }; 43 44 44 - # TODO: re-enable this when upstream adds a Cargo.lock 45 - # updateScript = nix-update-script { }; 45 + updateScript = nix-update-script { }; 46 46 }; 47 47 48 48 meta = with lib; {