Merge pull request #301759 from r-ryantm/auto-update/xeol

xeol: 0.9.13 -> 0.9.14
This commit is contained in:
Nick Cao 2024-04-05 09:19:07 -04:00 committed by GitHub
commit 7f304e9796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "xeol";
version = "0.9.13";
version = "0.9.14";
src = fetchFromGitHub {
owner = "xeol-io";
repo = "xeol";
rev = "refs/tags/v${version}";
hash = "sha256-ZBj/0/270Eo5iE6ZMcLH+CygoYW6/gXfGBldfdlGZOg=";
hash = "sha256-ubgOZFCWBU5wtxL7l7yHplnVOBwf+b6MMWgP/W0VwW8=";
};
vendorHash = "sha256-fGOta+IsX/McUkQGOvf9ZlnCD1falDJSeU+AX359Zpw=";
vendorHash = "sha256-X3RJiqndHsApKHfAaZVw3ZdmxMT/+aNht2Jx5uHX1EQ=";
subPackages = [
"cmd/xeol/"