sendspin-go: 1.2.0 -> 1.5.0

This commit is contained in:
Jack Rosenberg
2026-04-22 11:31:38 +02:00
parent 95d3bfa0e8
commit a6d58044b1
+3 -3
View File
@@ -12,18 +12,18 @@
buildGoModule (finalAttrs: {
pname = "sendspin-go";
version = "1.2.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "Sendspin";
repo = "sendspin-go";
tag = "v${finalAttrs.version}";
hash = "sha256-hhUUtqtQZ48b/1nRcoUoY7H3cmzTfXdF239u7mKIopY=";
hash = "sha256-vywxcGCDwJbOnQA4hW4SNxaRauokyGJbZA7u1UzKpWk=";
};
__structuredAttrs = true;
vendorHash = "sha256-OfomzW2kbkSdkDhie529IbRUNXWM3lqmq/bCGzaWXG4=";
vendorHash = "sha256-g2u3kkP6FUtHoCnY4PxqTp/d1wYQuz0uFZkeuobtl7U=";
nativeBuildInputs = [ pkg-config ];