Merge pull request #281124 from chewblacka/update-apx

apx: 2.2.0 -> 2.3.0
This commit is contained in:
Nick Cao 2024-01-16 11:28:19 -05:00 committed by GitHub
commit 5c5a077f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "apx";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "Vanilla-OS";
repo = "apx";
rev = "v${version}";
hash = "sha256-za3QS0ZJuxSCt5xbYa/Kt4ARsDhUn34vJTy0fJoqr9U=";
hash = "sha256-/RGL2mCfJiJInnt5zgc1xXPqZxXCAcoWIbky99okvL0=";
};
vendorHash = null;