Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1927e40d5052
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aeaddcab7337
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2020

  1. svlint: 0.4.7 -> 0.4.8

    r-ryantm committed Nov 26, 2020

    Unverified

    The signing certificate or its chain could not be verified.
    Copy the full SHA
    cc1d963 View commit details
  2. Merge pull request #105082 from r-ryantm/auto-update/svlint

    svlint: 0.4.7 -> 0.4.8
    SuperSandro2000 authored Nov 26, 2020
    Copy the full SHA
    aeaddca View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/analysis/svlint/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/svlint/default.nix
Original file line number Diff line number Diff line change
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "svlint";
version = "0.4.7";
version = "0.4.8";

src = fetchFromGitHub {
owner = "dalance";
repo = "svlint";
rev = "v${version}";
sha256 = "0gn68achvhyxljvhw5rwraxjcgdwrl1bwbsn596ka15nrk4lwb34";
sha256 = "1anbanvaikj8g5jcmjd165krzvjdwj1cl8f3vm1nmy997x8vxihf";
};

cargoSha256 = "0v94zsh4jhzjnqbkgwn8rjbs72i5cw2nmkwn7xhdbbwxh17a88x4";
cargoSha256 = "18xnqsrnf2gc9zny8ayzf1bah8mq1fy5k807cz039gqz36cvnma0";

meta = with lib; {
description = "SystemVerilog linter";