Unverified Commit c29d33ca authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #329514 from chewblacka/update-apx

apx: 2.4.2 -> 2.4.3
parents 32e336f4 1c276021
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,21 +9,21 @@

buildGoModule rec {
  pname = "apx";
  version = "2.4.2";
  version = "2.4.3";

  src = fetchFromGitHub {
    owner = "Vanilla-OS";
    repo = "apx";
    rev = "v${version}";
    hash = "sha256-X6nphUzJc/R3Egw09eRQbza1QebpLGsMIfV7BpLOXTc=";
    hash = "sha256-zzdg8cIu4+l8f//Rn11NByh6jfVpidZ+5PT+DubzYPU=";
  };

  vendorHash = "sha256-hGi+M5RRUL2oyxFGVeR0sum93/CA+FGYy0m4vDmlXTc=";
  vendorHash = "sha256-YHnPLjZWUYoARHF4V1Pm1LYdCJGubPCve0wQ5FpeXUg=";

  # podman needed for apx to not error when building shell completions
  nativeBuildInputs = [ installShellFiles podman ];

  ldflags = [ "-s" "-w" ];
  ldflags = [ "-s" "-w" "-X 'main.Version=v${version}'" ];

  postPatch = ''
    substituteInPlace config/apx.json \
+0 −2
Original line number Diff line number Diff line
@@ -38638,8 +38638,6 @@ with pkgs;
  eiciel = callPackage ../tools/filesystems/eiciel { };
  apx = callPackage ../tools/package-management/apx { };
  dpkg = callPackage ../tools/package-management/dpkg { };
  dumb = callPackage ../misc/dumb { };