ets: 0.3.0 -> 0.3.1 (#386539)

This commit is contained in:
Nick Cao
2025-03-03 14:23:03 -05:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "ets";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "gdubicki";
repo = "ets";
rev = "v${version}";
hash = "sha256-PowJ3ig8TfGx9P/PJPVBL8GsMh+gGZVt9l4Rf7Mqk00=";
hash = "sha256-LnNd4rAMJliWKbL4uVl11BAa9FPUcLwVSWnFe1vEk7g=";
};
vendorHash = "sha256-XHgdiXdp9aNEAc/Apvb64ExnpywjddWOw1scNKy+ico=";
vendorHash = "sha256-lzukgI/7gxlWHY81MkK1CzpUUaZ4B+4xZ0RSZUpL62c=";
ldflags = [
"-s"