xeol: 0.9.13 -> 0.9.14

This commit is contained in:
R. Ryantm 2024-04-05 07:36:34 +00:00
parent ef1beb6b2c
commit 40869eadd8

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/"