oink: 1.3.0 -> 1.3.1

This commit is contained in:
Philip White 2024-10-12 23:02:03 -07:00
parent 476bcb4bf0
commit 3bc8c4ab7c
No known key found for this signature in database
GPG Key ID: 3904B2F621980E9F

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "oink";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "rlado";
repo = "oink";
rev = "v${version}";
hash = "sha256-nA1M+TIj2mWhaftS5y4D2zIs7HAI4eDRjSdmLUifGKg=";
hash = "sha256-MBNEMIrpJdXzMjmNwmKXTIzPNNGalElhIxmMU4y6zXo=";
};
vendorHash = null;
@ -25,6 +25,6 @@ buildGoModule rec {
homepage = "https://github.com/rlado/oink";
license = lib.licenses.mit;
mainProgram = "oink";
maintainers = with lib.maintainers; [ jtbx ];
maintainers = with lib.maintainers; [ jtbx pmw ];
};
}