Merge pull request #216962 from dit7ya/apx

This commit is contained in:
Sandro 2023-02-18 21:31:48 +01:00 committed by GitHub
commit 1ca01cb109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "apx";
version = "1.4.2";
version = "1.7.0-1";
src = fetchFromGitHub {
owner = "Vanilla-OS";
repo = pname;
rev = version;
sha256 = "sha256-BswX4Jo/RReM/tXo29V9rIvKjN8ylECPe0oo0FCQcGY=";
rev = "v${version}";
hash = "sha256-tonI3S0a08MbR369qaKS2BoWc3QzXWzTuGx/zSgUz7s=";
};
vendorSha256 = null;