Unverified Commit 2a70c159 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #278307 from chewblacka/update-apx

apx: 2.1.1 -> 2.1.2
parents 4b5483ae 5c5ba233
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "apx";
  version = "2.1.1";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "Vanilla-OS";
    repo = pname;
    repo = "apx";
    rev = "v${version}";
    hash = "sha256-TXGfJHe4dOOpP7iJFbjL5WnqcxHeOn5naKjnBQ3c5dE=";
    hash = "sha256-0xQfbnLvNB1X1B8440CYHZWFGSQV319IU5tgXS3lyUI=";
  };

  vendorHash = null;