We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bbd47e + 3bc8c4a commit 564451aCopy full SHA for 564451a
pkgs/by-name/oi/oink/package.nix
@@ -5,13 +5,13 @@
5
6
buildGoModule rec {
7
pname = "oink";
8
- version = "1.3.0";
+ version = "1.3.1";
9
10
src = fetchFromGitHub {
11
owner = "rlado";
12
repo = "oink";
13
rev = "v${version}";
14
- hash = "sha256-nA1M+TIj2mWhaftS5y4D2zIs7HAI4eDRjSdmLUifGKg=";
+ hash = "sha256-MBNEMIrpJdXzMjmNwmKXTIzPNNGalElhIxmMU4y6zXo=";
15
};
16
17
vendorHash = null;
@@ -25,6 +25,6 @@ buildGoModule rec {
25
homepage = "https://github.com/rlado/oink";
26
license = lib.licenses.mit;
27
mainProgram = "oink";
28
- maintainers = with lib.maintainers; [ jtbx ];
+ maintainers = with lib.maintainers; [ jtbx pmw ];
29
30
}
0 commit comments