Unverified Commit 56723b47 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

Merge pull request #306911 from jopejoe1/abuild/update/3.13.0

abuild: 3.12.0 -> 3.13.0, add update script
parents 848ba327 79653ab0
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitLab
, gitUpdater
, makeWrapper
, pkg-config
, file
@@ -14,14 +15,14 @@

stdenv.mkDerivation rec {
  pname = "abuild";
  version = "3.12.0";
  version = "3.13.0";

  src = fetchFromGitLab {
    domain = "gitlab.alpinelinux.org";
    owner = "alpine";
    repo = pname;
    rev = version;
    sha256 = "sha256-p4TohsZZTi4HxtJsyuoE5HDfkGa0pv53saGj3X9bmrI=";
    sha256 = "sha256-xVxgcBchGfeVo1cgP9iVsWjZ6SHVN6R8zWaE1k3DcXQ=";
  };

  buildInputs = [
@@ -77,6 +78,8 @@ stdenv.mkDerivation rec {
    done
  '';

  passthru.updateScript = gitUpdater { };

  meta = with lib; {
    description = "Alpine Linux build tools";
    homepage = "https://gitlab.alpinelinux.org/alpine/abuild";