Commit 27938b85 authored by zowoq's avatar zowoq
Browse files

go_1_26: 1.26rc1 -> 1.26rc2

parent c08a956b
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;