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

go_1_26: 1.26rc1 -> 1.26rc2 (#480499)

parents 14fe4bdc 27938b85
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.26rc1";
  version = "1.26rc2";

  src = fetchurl {
    url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
    hash = "sha256-ZeM0BQb0uhJaV5nsx4etSdTJ9NJX4sLBXT4pXlACtoQ=";
    hash = "sha256-4lzIxf/hJBpdhxmSCSQ9cMJIRyYPsep7FjqVtTfeZaw=";
  };

  strictDeps = true;