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

go_1_26: 1.26.0 -> 1.26.1 (#497104)

parents f03ffed7 e4074f13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "go";
  version = "1.26.0";
  version = "1.26.1";

  src = fetchurl {
    url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
    hash = "sha256-yRMqih9r0qpKrR10uCMdlSdJUEg6SVBlfubFbm6Bd5A=";
    hash = "sha256-MXIpPQSyCdwRRGmOe6E/BHf2uoxf/QvmbCD9vJeF37s=";
  };

  strictDeps = true;