We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3ad6e commit 04e2e03Copy full SHA for 04e2e03
pkgs/by-name/di/distribution/package.nix
@@ -9,13 +9,13 @@
9
10
buildGoModule rec {
11
pname = "distribution";
12
- version = "3.0.0-rc.4";
+ version = "3.0.0";
13
14
src = fetchFromGitHub {
15
owner = "distribution";
16
repo = "distribution";
17
tag = "v${version}";
18
- hash = "sha256-aDvcwsA1J1S7haNGvb2PikN51PpDqM93NJQKRH/acwM=";
+ hash = "sha256-myezQTEdH7kkpCoAeZMf5OBxT4Bz8Qx6vCnwim230RY=";
19
};
20
21
vendorHash = null;
0 commit comments