Unverified Commit 0aa5bc26 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

scc: 3.3.5 -> 3.4.0 (#350684)

parents 5704b2b6 70e3fbac
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
  pname = "scc";
  version = "3.3.5";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "boyter";
    repo = "scc";
    rev = "v${version}";
    hash = "sha256-7qenc/1FEwiyR7qz6u8L35Wb8zAUVQ5sG5bvYpZKdzs=";
    hash = "sha256-B6QYG4ZREZEaSfOLo5nwi6yFXkFBWvSsXwnZog1uBj8=";
  };

  vendorHash = null;
@@ -27,8 +27,6 @@ buildGoModule rec {
      Br1ght0ne
    ];
    license = with licenses; [
      unlicense
      # or
      mit
    ];
  };