Unverified Commit fe4a4322 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

mise: fix patch release version regex (#492315)

parents b1e27f5f c9e7eae4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    updateScript = nix-update-script {
      extraArgs = [
        # Ignore subcrate releases (fox, aqua-registry)
        "--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9])$"
        "--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
      ];
    };
    tests = {