pat: patch creation of configdir in prehook
Include patch that was merged upstream until next release: https://github.com/la5nta/pat/pull/449
This commit is contained in:
parent
3af37e816c
commit
a4507247be
@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
libax25,
|
||||
installShellFiles,
|
||||
fetchpatch,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@ -18,6 +19,15 @@ buildGoModule rec {
|
||||
hash = "sha256-JlqYdsAXs3pS5i59tiel+gxQsTrn5mUs0qLzjHxGZU0=";
|
||||
};
|
||||
|
||||
# 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=";
|
||||
|
||||
ldflags = [
|
||||
|
Loading…
Reference in New Issue
Block a user