summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/cd-dvd
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-10-01 18:16:44 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-10-17 20:19:00 +0200
commitf5989166821273be8fb439536c9095ed7cec21bf (patch)
tree447a86927be19f1a2427ed52ce682169f7ddec0b /pkgs/tools/cd-dvd
parent4c841565f9be019862bdc1112c263b154c25b5b9 (diff)
sacd: make patch urls reproducible
Diffstat (limited to 'pkgs/tools/cd-dvd')
-rw-r--r--pkgs/tools/cd-dvd/sacd/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/sacd/default.nix b/pkgs/tools/cd-dvd/sacd/default.nix
index 963300c9ca11..948c51428402 100644
--- a/pkgs/tools/cd-dvd/sacd/default.nix
+++ b/pkgs/tools/cd-dvd/sacd/default.nix
@@ -17,8 +17,9 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
# Makefile prefix, otherwise `/usr` prefix is enforced
+ # https://github.com/Sound-Linux-More/sacd/pull/1
(fetchpatch {
- url = "https://github.com/Sound-Linux-More/sacd/pull/1.patch";
+ url = "https://github.com/Sound-Linux-More/sacd/commit/a72def4fab234bcd68b444cf7447a8876b4e2ce8.patch";
name = "makefile-prefix.patch";
sha256 = "0a7r4x0yqpg6l4vr84dq4wbrypabqm4vvcjv91am068gqjiw6w64";
})