Merge pull request #233963 from r-ryantm/auto-update/abuild

abuild: 3.11.0 -> 3.11.1
This commit is contained in:
Weijia Wang 2023-05-25 14:56:44 +03:00 committed by GitHub
commit 03542d0995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation rec {
pname = "abuild";
version = "3.11.0";
version = "3.11.1";
src = fetchFromGitLab {
domain = "gitlab.alpinelinux.org";
owner = "alpine";
repo = pname;
rev = version;
sha256 = "sha256-8vQZgSsOGdO03thK+aKItGEMAJxcEYuH1BVDqmOEyak=";
sha256 = "sha256-hxk3EsoY6qvHsIyNv2qbttWYAvn0qNojSi8Y3pXl/p4=";
};
buildInputs = [