pat: 0.16.0 -> 0.17.0

This commit is contained in:
Robert James Hernandez
2025-06-09 08:50:27 -07:00
parent 6dcfa18c9d
commit 12b043b693
+3 -13
View File
@@ -5,30 +5,20 @@
fetchFromGitHub,
libax25,
installShellFiles,
fetchpatch,
}:
buildGoModule rec {
pname = "pat";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "la5nta";
repo = "pat";
rev = "v${version}";
hash = "sha256-JlqYdsAXs3pS5i59tiel+gxQsTrn5mUs0qLzjHxGZU0=";
hash = "sha256-2CQQKZ9ZnabMhvmbFeYBZ2iv9WJo6QR5IqROUXy7sck=";
};
# Remove upon next release since upstream is fixed
# https://github.com/la5nta/pat/pull/449
patches = [
(fetchpatch {
url = "https://github.com/la5nta/pat/commit/5604eac8853216d96d49d7d9947bdc514e195538.patch";
sha256 = "sha256-Z9uoZLlhdCslULUxGkc4ao4ptC4ImWzSrfabSA5S/PE=";
})
];
vendorHash = "sha256-Z6p0wiOY5l++nch64BJWGXleBgUNecTDm+yVCnmXvtU=";
vendorHash = "sha256-ajkRUnfYHCrFBxZsJLd6ypRl9+gYz+q4C/asOJZrVYg=";
ldflags = [
"-s"