gnu-config: 2020-05-04 -> 2021-01-25

wip/yesman
Andrew Childs 3 years ago committed by Emery Hemingway
parent 4581c55d85
commit f22e410621
  1. 8
      pkgs/development/libraries/gnu-config/default.nix

@ -1,20 +1,20 @@
{ lib, stdenv, fetchurl }:
let
rev = "e78c96e5288993aaea3ec44e5c6ee755c668da79";
rev = "6faca61810d335c7837f320733fe8e15a1431fc2";
# Don't use fetchgit as this is needed during Aarch64 bootstrapping
configGuess = fetchurl {
url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=${rev}";
sha256 = "sha256-TSLpYIDGSp1flqCBi2Sgg9IWDV5bcO+Hn2Menv3R6KU=";
sha256 = "06wkkhpbx9slmknr2g7mcd8x3zsdhnmmay25l31h3rkdp1wkq7kx";
};
configSub = fetchurl {
url = "https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=${rev}";
sha256 = "sha256-DkCGDN/DE3phQ1GO/Ua5ZPPtp0Ya93PnW3yfSK8EV9s=";
sha256 = "1qkph8cqanmgy3s4a18bm1a4vk62i8pf8cy5pc1hkpqwn4g6l0di";
};
in stdenv.mkDerivation {
pname = "gnu-config";
version = "2020-05-04";
version = "2021-01-25";
buildCommand = ''
mkdir -p $out

Loading…
Cancel
Save