Merge pull request #310960 from r-ryantm/auto-update/octosql

octosql: 0.12.2 -> 0.13.0
This commit is contained in:
Nick Cao 2024-05-12 10:56:33 -04:00 committed by GitHub
commit b4e42f3613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "octosql";
version = "0.12.2";
version = "0.13.0";
src = fetchFromGitHub {
owner = "cube2222";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jf40w5QkSTAgGu0JA4NeqsasN2TUf9vnKVw5zlZr8Mw=";
sha256 = "sha256-kzbIts5d2KmFfaAnOdpIXI1fiqBYXe5t981g4Uyk/cc=";
};
vendorHash = "sha256-p/2UsvxxywQKtk/9wDa5fjS0z6xLLzDONuQ5AtnUonk=";