Skip to content

Commit 3bc8c4a

Browse files
committed
oink: 1.3.0 -> 1.3.1
1 parent 476bcb4 commit 3bc8c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/oi/oink/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
buildGoModule rec {
77
pname = "oink";
8-
version = "1.3.0";
8+
version = "1.3.1";
99

1010
src = fetchFromGitHub {
1111
owner = "rlado";
1212
repo = "oink";
1313
rev = "v${version}";
14-
hash = "sha256-nA1M+TIj2mWhaftS5y4D2zIs7HAI4eDRjSdmLUifGKg=";
14+
hash = "sha256-MBNEMIrpJdXzMjmNwmKXTIzPNNGalElhIxmMU4y6zXo=";
1515
};
1616

1717
vendorHash = null;
@@ -25,6 +25,6 @@ buildGoModule rec {
2525
homepage = "https://github.com/rlado/oink";
2626
license = lib.licenses.mit;
2727
mainProgram = "oink";
28-
maintainers = with lib.maintainers; [ jtbx ];
28+
maintainers = with lib.maintainers; [ jtbx pmw ];
2929
};
3030
}

0 commit comments

Comments
 (0)