sudo-rs: add regex to avoid ryantm PRs for the -man releases (#417551)
This commit is contained in:
@@ -75,7 +75,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9])$"
|
||||
];
|
||||
};
|
||||
tests = nixosTests.sudo-rs;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user