Unverified Commit 5033a95d authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

go_1_23: 1.23.8 -> 1.23.9 (#404776)

parents bb4428dd 55ea7752
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "go";
  version = "1.23.8";
  version = "1.23.9";

  src = fetchurl {
    url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
    hash = "sha256-DKHx436iVePOKDrz9OYoUC+0RFh9qYelu5bWxvFZMNQ=";
    hash = "sha256-CPZBlUdWPtnnA30SuciQlnfHL3X2LvhYh+2dv0m40t0=";
  };

  strictDeps = true;