Merge pull request #250138 from fabaff/chisel-bump

chisel: 1.8.1 -> 1.9.0
This commit is contained in:
Matthias Beyer 2023-08-19 18:17:21 +02:00 committed by GitHub
commit dcc37c595f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,21 +5,21 @@
buildGoModule rec {
pname = "chisel";
version = "1.8.1";
version = "1.9.0";
src = fetchFromGitHub {
owner = "jpillora";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-N2voSclNH7lGbUkZo2gkrEb6XoA5f0BzNgAzQs1lOKQ=";
hash = "sha256-Rq8IBT29K3QiaYXFaARg5ak9llcNS/9laal/LrHM4zY=";
};
vendorHash = "sha256-p/5g4DLoUhEPFBtAbMiIgc6O4eAfbiqBjCqYkyUHy70=";
vendorHash = "sha256-i6Fb+jSP6LzZoPTHhjQi3YbPBWY6OmsORV8ATcLrHG0=";
ldflags = [
"-s"
"-w"
"-X github.com/jpillora/chisel/share.BuildVersion=${version}"
"-X=github.com/jpillora/chisel/share.BuildVersion=${version}"
];
# Tests require access to the network