Skip to content

Commit 05621a9

Browse files
authored
distribution: 3.0.0-rc.4 -> 3.0.0 (#395747)
2 parents a14c162 + 04e2e03 commit 05621a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/di/distribution/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildGoModule rec {
1111
pname = "distribution";
12-
version = "3.0.0-rc.4";
12+
version = "3.0.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "distribution";
1616
repo = "distribution";
1717
tag = "v${version}";
18-
hash = "sha256-aDvcwsA1J1S7haNGvb2PikN51PpDqM93NJQKRH/acwM=";
18+
hash = "sha256-myezQTEdH7kkpCoAeZMf5OBxT4Bz8Qx6vCnwim230RY=";
1919
};
2020

2121
vendorHash = null;

0 commit comments

Comments
 (0)