Merge pull request #308384 from r-ryantm/auto-update/apk-tools

apk-tools: 2.14.1 -> 2.14.4
This commit is contained in:
Weijia Wang 2024-06-02 00:45:14 +02:00 committed by GitHub
commit 89b4fe9fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "apk-tools";
version = "2.14.1";
version = "2.14.4";
src = fetchFromGitLab {
domain = "gitlab.alpinelinux.org";
owner = "alpine";
repo = "apk-tools";
rev = "v${version}";
sha256 = "sha256-gO7Yf60eabvAdPDSzxvxeEMsvc6ixy1iQ6/o7WWlE2Q=";
sha256 = "sha256-NaLa975AJrfvxxUkPTGLno/BoMQKBGaMIJjSbs+63NA=";
};
nativeBuildInputs = [ pkg-config scdoc ]