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