Skip to content

Commit c523d60

Browse files
committed
oink: 1.3.1 -> 1.4.0
1 parent 181423e commit c523d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "oink";
9-
version = "1.3.1";
9+
version = "1.4.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "rlado";
1313
repo = "oink";
1414
rev = "v${version}";
15-
hash = "sha256-MBNEMIrpJdXzMjmNwmKXTIzPNNGalElhIxmMU4y6zXo=";
15+
hash = "sha256-e8FtjORTTIDnDANk8sWH8kmS35wyndDd6F7Vhepskb8=";
1616
};
1717

1818
vendorHash = null;

0 commit comments

Comments
 (0)