Merge pull request #321895 from r-ryantm/auto-update/oink

oink: 1.1.1 -> 1.2.0
This commit is contained in:
Nick Cao
2024-06-23 09:47:15 -04:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "oink";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "rlado";
repo = "oink";
rev = "v${version}";
hash = "sha256-nSLoochU0mRxD83EXH3xsrfBBg4SnvIyf5qUiwSeh0c=";
hash = "sha256-ojvuA5IlayPMNajl2+a4lx8NU06Da0vp9TJHCQVMtlo=";
};
vendorHash = null;