Commit cf4f89ec authored by techknowlogick's avatar techknowlogick Committed by zowoq
Browse files

go_1_23: 1.23rc2 -> 1.23.0

parent 7554d04a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "go";
  version = "1.23rc2";
  version = "1.23.0";

  src = fetchurl {
    url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
    hash = "sha256-9pnOJWD8Iq2CwGseBLYxi4Xn9obLy0/OFWWCEyxX2Ps=";
    hash = "sha256-Qreo6A2AXaoDAi7T/eQyHUw78smQoUQWXQHu7Nb2mcY=";
  };

  strictDeps = true;