summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-02-26 15:40:41 +0100
committerGitHub <noreply@github.com>2024-02-26 15:40:41 +0100
commit1fafa9584fa4b781ea631d3ca55b13806e903d7d (patch)
treed9002fa22a3e545722c4b3bb728cb715ffb230ac
parentMerge pull request #291474 from NixOS/backport-291449-to-release-23.11 (diff)
parentpacket-sd: fix chmod application order (diff)
downloadnixpkgs-1fafa9584fa4b781ea631d3ca55b13806e903d7d.tar.gz
Merge pull request #291576 from NixOS/backport-291463-to-release-23.11
[Backport release-23.11] packet-sd: fix chmod application order
-rw-r--r--pkgs/development/tools/packet-sd/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/tools/packet-sd/default.nix b/pkgs/development/tools/packet-sd/default.nix
index a1418df2cc3a..5fcd486119fe 100644
--- a/pkgs/development/tools/packet-sd/default.nix
+++ b/pkgs/development/tools/packet-sd/default.nix
@@ -27,6 +27,11 @@ buildGoModule rec {
url = "https://github.com/packethost/prometheus-packet-sd/commit/a0afc2a4c3f49dc234d0d2c4901df25b4110b3ec.patch";
hash = "sha256-M5133+r77z21/Ulnbz+9sGbbuY5UpU1+22iY464UVAU=";
})
+ (fetchpatch2 {
+ # apply chmod to tmpfile, not the outfile, that does not exist at that point
+ url = "https://github.com/packethost/prometheus-packet-sd/commit/41977f11b449677497a93456c499916c68e56334.patch";
+ hash = "sha256-ffXxbwatKBw7G1fdmsZaT7WX4OmYFMJnueL/kEKc1VE=";
+ })
];
vendorHash = null;