gokey: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm
2026-03-31 19:50:59 +00:00
parent 67279b320a
commit 711b106514
+3 -3
View File
@@ -5,16 +5,16 @@
}:
buildGoModule (finalAttrs: {
pname = "gokey";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "gokey";
tag = "v${finalAttrs.version}";
hash = "sha256-tJ9nCHhKPrw7SRGsqAlo/tf3tBLF63+CevEXggZADlE=";
hash = "sha256-G8cZ5x2XiXdwR0qNCR3KZVGQvu/tOw4vQV26XOZXmKs=";
};
vendorHash = "sha256-Btac9Oi8efqRy+OH49Na3Y6RGehHEmGfvDo2/7EWPL4=";
vendorHash = "sha256-ntDQi2+7TGVdfgyOhKgaNCfCBK1o5sRC9gVVxonNU6c=";
meta = {
homepage = "https://github.com/cloudflare/gokey";