Commit 988e9384 authored by R. RyanTM's avatar R. RyanTM
Browse files

chisel: 1.10.1 -> 1.11.3

parent e18d8ec6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "chisel";
  version = "1.10.1";
  version = "1.11.3";

  src = fetchFromGitHub {
    owner = "jpillora";
    repo = "chisel";
    tag = "v${version}";
    hash = "sha256-b3r4D/P7D3kfIyMd1s/ntciY04qMrvSTru9+HjAOrnA=";
    hash = "sha256-JrDRcp0gImG/5b/BC0KWM2IqJrS2mzO+ZX6kbTtQYlM=";
  };

  vendorHash = "sha256-+11Pd/QCxoLLkeazmU9/vnPBaB2MZXmx4cEZRDnyRcQ=";
  vendorHash = "sha256-2H+YHqYE1xm+7qDG3jfFpwS9FbYkbwJ6uso2At2BZcU=";

  ldflags = [
    "-s"