pat: 0.15.1 -> 0.16.0

This commit is contained in:
Robert James Hernandez 2024-10-26 19:17:46 +00:00
parent 9e2630d338
commit 3af37e816c

View File

@ -9,16 +9,16 @@
buildGoModule rec { buildGoModule rec {
pname = "pat"; pname = "pat";
version = "0.15.1"; version = "0.16.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "la5nta"; owner = "la5nta";
repo = "pat"; repo = "pat";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-wNWqqGc4mf3z0ejMpU+jWhqCbjNJ2b6+pbBjDYKwKK8="; hash = "sha256-JlqYdsAXs3pS5i59tiel+gxQsTrn5mUs0qLzjHxGZU0=";
}; };
vendorHash = "sha256-m5yb6+TfRApw0ZROx9ZA3RPiKV+1DHo/73CNQpIfMlU="; vendorHash = "sha256-Z6p0wiOY5l++nch64BJWGXleBgUNecTDm+yVCnmXvtU=";
ldflags = [ ldflags = [
"-s" "-s"