adif-multitool: 0.1.20 -> 0.1.22

This commit is contained in:
Thomas Butter
2026-05-27 08:44:13 +00:00
parent 34af8693ae
commit 08c56e4d4f
+5 -3
View File
@@ -5,15 +5,17 @@
}:
buildGoModule (finalAttrs: {
pname = "adif-multitool";
version = "0.1.20";
version = "0.1.22";
vendorHash = "sha256-U9BpTDHjUZicMjKeyxyM/eOxJeAY2DMQMHOEMiCeN/U=";
vendorHash = "sha256-Fin0DUvpNPqKXpbDVekvWZYghJIpMLY9IRr2wdbZczc=";
proxyVendor = true;
src = fetchFromGitHub {
owner = "flwyd";
repo = "adif-multitool";
tag = "v${finalAttrs.version}";
hash = "sha256-qeAH8UTyEZn8As3wTjluONpjeT/5l9zicN5+8uwnbLo=";
hash = "sha256-UYnm4S4DP0c2ZkPkPScUHXdKiAz6JY9Lzdu4mAO49Dc=";
};
meta = {