apk-tools: 2.14.0 -> 2.14.1

This commit is contained in:
R. Ryantm 2024-03-11 12:37:37 +00:00 committed by Bjørn Forsman
parent ee0bc95d48
commit 93c6b3e129

View file

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