diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 13:28:46 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 13:28:46 +1200 |
| commit | f507dab8cdabe6a3202d6c5d0b21dbe42245ab8f (patch) | |
| tree | 439618b98125153550cb46a849e7991f468568f0 /nix | |
| parent | 62eae924118a045c6da992b50bbb8108c135746c (diff) | |
| download | yerbalinux-f507dab8cdabe6a3202d6c5d0b21dbe42245ab8f.tar.xz yerbalinux-f507dab8cdabe6a3202d6c5d0b21dbe42245ab8f.zip | |
DIFFERENTMIRROR
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/busybox.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/busybox.nix b/nix/busybox.nix index 7a99661..37511fd 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -3,9 +3,9 @@ stdenv.mkDerivation { name = "busybox-yerba"; src = fetchgit { - url = "https://github.com/mirror/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back - rev = "1_36_1"; - hash = ""; + url = "https://git.eaguru.guru/mirror/busybox"; # change this to the official git.busybox.net/busybox when their SSL comes back + rev = "1_36_stable"; + hash = "sha256-lK8jlq1g2X9AhscZDiPf43koNbdMFYiLSAb9Y/OETnU="; }; preConfigure = '' cp ${./busybox_config} .config |
