distribution: 3.1.0 -> 3.1.1

(cherry picked from commit e3f2d1a6ab)
This commit is contained in:
R. Ryantm
2026-05-02 00:18:48 +00:00
committed by github-actions[bot]
parent 0f749800cd
commit c49b47e88b

View File

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