distribution: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2026-04-07 00:46:33 +00:00
parent eca6229ec0
commit 346b301b5d

View File

@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "distribution";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "distribution";
repo = "distribution";
tag = "v${finalAttrs.version}";
hash = "sha256-myezQTEdH7kkpCoAeZMf5OBxT4Bz8Qx6vCnwim230RY=";
hash = "sha256-r0J1zsj4Qioe8+dByqzOgJypW+A06P2uIjetPu7w+24=";
};
vendorHash = null;