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: a9391661856e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c936d5975b6c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 29, 2019

  1. tflint: 0.8.3 -> 0.9.0 (#63910)

    marsam authored and zimbatm committed Jun 29, 2019
    Copy the full SHA
    c936d59 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/analysis/tflint/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/tflint/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "tflint";
version = "0.8.3";
version = "0.9.0";

src = fetchFromGitHub {
owner = "wata727";
repo = pname;
rev = "v${version}";
sha256 = "0kqlwncsxssi1jchmrg1wmv7dknp0shx33j7kkryy12wdxxcbwyb";
sha256 = "1k050kcgvy21jk01mkgscfl7hlfgaa1621920w111fghqxibssan";
};

modSha256 = "1j5hjr4l4ivvhrywk286zczsn9balaaq5l5qx4ga4v0llwspmygm";
modSha256 = "17pm6v34gya8bgz8g5hh1cijjldk78j53x9yvsjpcjnqm7l0clcd";

subPackages = [ "." ];