Merge pull request #196746 from r-ryantm/auto-update/fsql

fsql: 0.5.0 -> 0.5.1
This commit is contained in:
Pascal Wittmann 2022-10-21 22:55:04 +02:00 committed by GitHub
commit e902243667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fsql";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "kshvmdn";
repo = "fsql";
rev = "v${version}";
sha256 = "sha256-YavkN7n2Nt92T+uMwWRVv3q81DA6fFoNIJt9NYMS3rc=";
sha256 = "sha256-6KqlpFBaAWrlEjkFQhOEic569+eoYVAsnhMrg8AEPV4=";
};
vendorSha256 = "sha256-xuD7/gTssf1Iu1VuIRysjtUjve16gozOq0Wz4w6mIB8=";