arch-install-scripts: 28 -> 29 (#350249)

This commit is contained in:
Aleksana 2024-10-29 18:16:01 +08:00 committed by GitHub
commit 33635b9f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,13 @@
{ lib
, resholve
, fetchFromGitHub
, fetchFromGitLab
, asciidoc
, bash
, coreutils
, gawk
, gnugrep
, gnum4
, gnused
, pacman
, util-linux
, chrootPath ? [
@ -21,13 +22,14 @@
resholve.mkDerivation rec {
pname = "arch-install-scripts";
version = "28";
version = "29";
src = fetchFromGitHub {
src = fetchFromGitLab {
domain = "gitlab.archlinux.org";
owner = "archlinux";
repo = "arch-install-scripts";
rev = "v${version}";
hash = "sha256-TytCeejhjWYDzWFjGubUl08OrsAQa9fFULoamDfbdDY=";
hash = "sha256-XWcZZ+ET3J4dB6M9CdXESf0iQh+2vYxlxoJ6TZ3vFUk=";
};
nativeBuildInputs = [ asciidoc gnum4 ];
@ -61,7 +63,7 @@ resholve.mkDerivation rec {
interpreter = "${bash}/bin/bash";
# packages resholve should resolve executables from
inputs = [ coreutils gawk gnugrep pacman util-linux ];
inputs = [ coreutils gawk gnugrep gnused pacman util-linux ];
execer = [ "cannot:${pacman}/bin/pacman-key" ];