summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-05-01 22:56:13 +0200
committerGitHub <noreply@github.com>2019-05-01 22:56:13 +0200
commit8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e (patch)
tree338c703bf020eae6feb7308141a144b0c7838ecf /pkgs/tools
parent5f368c4e07984c5fc686d06eaed5c2047d8f7cf6 (diff)
parent898f34a059d843d0421cc7d7670d19ff77867496 (diff)
downloadnixpkgs-8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e.tar
nixpkgs-8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e.tar.gz
nixpkgs-8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e.tar.bz2
nixpkgs-8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e.tar.lz
nixpkgs-8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e.tar.xz
nixpkgs-8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e.tar.zst
nixpkgs-8cab2e9451faaa7e45d4b0589f7c26bcb2aabb1e.zip
Merge pull request #60659 from marsam/fix-build-thin-provisioning-tools
thin-provisioning-tools: fix patch url
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/thin-provisioning-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/thin-provisioning-tools/default.nix b/pkgs/tools/misc/thin-provisioning-tools/default.nix
index b4683167f33..9b587c27154 100644
--- a/pkgs/tools/misc/thin-provisioning-tools/default.nix
+++ b/pkgs/tools/misc/thin-provisioning-tools/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
       #    dynamically using sysconf(_SC_PAGE_SIZE) instead of hardcoded value that hopefully is correct.
       # [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
       # [2] http://www.openwall.com/lists/musl/2015/09/11/8
-      url = "https://raw.githubusercontent.com/voidlinux/void-packages/a0ece13ad7ab2aae760e09e41e0459bd999a3695/srcpkgs/thin-provisioning-tools/patches/musl.patch";
+      url = "https://raw.githubusercontent.com/void-linux/void-packages/a0ece13ad7ab2aae760e09e41e0459bd999a3695/srcpkgs/thin-provisioning-tools/patches/musl.patch";
       sha256 = "1m8r3vhrnsy8drgs0svs3fgpi3mmxzdcqsv6bmvc0j52cvfqvhvy";
       extraPrefix = ""; # empty means add 'a/' and 'b/'
     })