abuild: 3.11.0 -> 3.11.1

This commit is contained in:
R. Ryantm 2023-05-25 10:05:33 +00:00
parent 8fbdc4e611
commit 8bfc2d9f67

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 = [