matcha: 0.37.0 -> 0.40.1 (#526300)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-31 11:51:16 +00:00
committed by GitHub
+3 -3
View File
@@ -14,16 +14,16 @@ buildGoModule (finalAttrs: {
__structuredAttrs = true;
pname = "matcha";
version = "0.37.0";
version = "0.40.1";
src = fetchFromGitHub {
owner = "floatpane";
repo = "matcha";
tag = "v${finalAttrs.version}";
hash = "sha256-bvy7og6om+Mqn4J0GrtIx8VQQXUiy8Y7Kueyfj5FWWQ=";
hash = "sha256-4GbuiFFHQ14O+S2TtWiP1UWg3h6J9Cys6A8k5+0Ww/I=";
};
vendorHash = "sha256-SH7zP5+3R82mMx9vHY8QbPUkLr29pwbIbiV55UUQu+M=";
vendorHash = "sha256-TFc7e7gNtFNiCJHARngWSBKGqGhH7PiX48VkU9kD9Bs=";
proxyVendor = true;
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [