Loading pkgs/by-name/ca/cargo-msrv/package.nix +3 −6 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ openssl, stdenv, makeWrapper, gitUpdater, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -23,11 +23,8 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-cIyoGFIxtX4/Dn4RbtMB75WQj+UO44V182u6C5smgSw="; passthru = { updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = ".(rc|beta).*"; }; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=^v([0-9.]+)$" ]; }; # Integration tests fail Loading Loading
pkgs/by-name/ca/cargo-msrv/package.nix +3 −6 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ openssl, stdenv, makeWrapper, gitUpdater, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -23,11 +23,8 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-cIyoGFIxtX4/Dn4RbtMB75WQj+UO44V182u6C5smgSw="; passthru = { updateScript = gitUpdater { rev-prefix = "v"; ignoredVersions = ".(rc|beta).*"; }; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=^v([0-9.]+)$" ]; }; # Integration tests fail Loading