Skip to content

Commit

Permalink
pat: patch creation of configdir in prehook
Browse files Browse the repository at this point in the history
Include patch that was merged upstream until next release:
  la5nta/pat#449
  • Loading branch information
sarcasticadmin authored and jmartindf committed Nov 1, 2024
1 parent 8d985a5 commit 7644671
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/by-name/pa/pat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
fetchFromGitHub,
libax25,
installShellFiles,
fetchpatch,
}:

buildGoModule rec {
Expand All @@ -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 = [
Expand Down

0 comments on commit 7644671

Please sign in to comment.