ejsonkms: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm 2025-04-28 06:50:33 +00:00
parent 917ee0af83
commit b71716b965

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "ejsonkms";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "envato";
repo = "ejsonkms";
rev = "v${version}";
hash = "sha256-kk/+EOZ1g6SiIajcKXf6lVnll/NRWgwbFO2j07HERBI=";
hash = "sha256-EcNvzkZmSASe+0UMixBe8qwZq1JN3zFvppdWu1LM46A=";
};
vendorHash = "sha256-ZSoxG532eicpR1pS2oLYnJxtJrsHZZRbjncxU4uyT3c=";
vendorHash = "sha256-LS+iCTpE7+vXa25CTudNHLPRYSod4ozuErnoYWB9LNU=";
ldflags = [
"-X main.version=v${version}"