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 b2cb465 commit fa7a3c1Copy full SHA for fa7a3c1
1 file changed
pkgs/development/compilers/go/1.13.nix
@@ -30,11 +30,11 @@ in
30
31
stdenv.mkDerivation rec {
32
pname = "go";
33
- version = "1.13.14";
+ version = "1.13.15";
34
35
src = fetchurl {
36
url = "https://dl.google.com/go/go${version}.src.tar.gz";
37
- sha256 = "01mbqzn1hj8idbyn2f9gghvirfnw348dcf7pjs3ymschfblk6wqr";
+ sha256 = "0pfgixca3a0svblzivkia11q79l8bzai6yg64m1piy3c0iqk3d2z";
38
};
39
40
# perl is used for testing go vet
0 commit comments