chisel: 1.10.1 -> 1.11.3

This commit is contained in:
R. Ryantm
2025-10-11 07:53:02 +00:00
parent e18d8ec6fa
commit 988e9384c9
+3 -3
View File
@@ -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"