Skip to content

Commit

Permalink
gnu-config: 2023-07-31 -> 2023-09-19
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Joseph authored and Adam Joseph committed Oct 22, 2023
1 parent bf86bfb commit d474c87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/gnu-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
# files.

let
rev = "d4e37b5868ef910e3e52744c34408084bb13051c";
rev = "28ea239c53a2d5d8800c472bc2452eaa16e37af2";

# Don't use fetchgit as this is needed during Aarch64 bootstrapping
configGuess = fetchurl {
name = "config.guess-${builtins.substring 0 7 rev}";
url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}";
sha256 = "191czpnbc1nxrygg8fd3839y1f4m9x43rp57vgrsas6p07zzh3c1";
hash = "sha256-7CV3YUJSMm+InfHel7mkV8A6mpSBEEhWPCEaRElti6M=";
};
configSub = fetchurl {
name = "config.sub-${builtins.substring 0 7 rev}";
url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}";
sha256 = "0148p54gw10p6sk2rn3gi9vvqm89rk8kcvl9335ckayhanx31381";
hash = "sha256-Rlxf5nx9NrcugIgScWRF1NONS5RzTKjTaoY50SMjh4s=";
};
in stdenv.mkDerivation {
pname = "gnu-config";
version = "2023-07-31";
version = "2023-09-19";

unpackPhase = ''
runHook preUnpack
Expand Down

0 comments on commit d474c87

Please sign in to comment.