distribution: 3.0.0-rc.2 -> 3.0.0-rc.3

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-02-12 09:25:38 +01:00
parent 4544b5130d
commit d78e81b69e
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "distribution";
version = "3.0.0-rc.2";
version = "3.0.0-rc.3";
src = fetchFromGitHub {
owner = "distribution";
repo = "distribution";
tag = "v${version}";
hash = "sha256-OIym8qenQl/50qUNGKlROyLnbaxfzcVaQhHyIRpEjpA=";
hash = "sha256-GcgEYYBljhRyKiEex6FL4FScg+v0k7Qe7Tq6IsgXVhM=";
};
vendorHash = null;