Merge pull request #277057 from r-ryantm/auto-update/apx

apx: 2.1.0 -> 2.1.1
This commit is contained in:
Nick Cao 2023-12-27 10:46:39 -05:00 committed by GitHub
commit 82b29df2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "apx";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "Vanilla-OS";
repo = pname;
rev = "v${version}";
hash = "sha256-spxZgc1krs8AhOhAZmqGj/yiXzMUefcFFKg/xFpdWj8=";
hash = "sha256-TXGfJHe4dOOpP7iJFbjL5WnqcxHeOn5naKjnBQ3c5dE=";
};
vendorHash = null;