Commit c8f87935 authored by R. RyanTM's avatar R. RyanTM
Browse files

revive: 1.3.1 -> 1.3.2

parent 2ab106dd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "revive";
  version = "1.3.1";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "mgechev";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Iqe3iFE9hTPUgIO6MoPHAkr+KU5mEJ3ZY4Oh9xhXido=";
    sha256 = "sha256-zv9N5Sw23SalP2keII/WC71uhGU+nr+DG3GJcbUwonQ=";
    # populate values that require us to use git. By doing this in postFetch we
    # can delete .git afterwards and maintain better reproducibility of the src.
    leaveDotGit = true;
@@ -18,7 +18,7 @@ buildGoModule rec {
      rm -rf $out/.git
    '';
  };
  vendorHash = "sha256-FHm4TjsAYu4VM2WAHdd2xPP3/54YM6ei6cppHWF8LDc=";
  vendorHash = "sha256-7VZcZR04JyNa1a4CpLbE7ig+orML3fhdeBOZGTNACKc=";

  ldflags = [
    "-s"
@@ -35,7 +35,7 @@ buildGoModule rec {

  # The following tests fail when built by nix:
  #
  # $ nix log /nix/store/build-revive.1.3.1.drv | grep FAIL
  # $ nix log /nix/store/build-revive.1.3.2.drv | grep FAIL
  #
  # --- FAIL: TestAll (0.01s)
  # --- FAIL: TestTimeEqual (0.00s)