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

go_1_24: 1.24.7 -> 1.24.8 (#449723)

parents 1f7cd779 d1003017
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.24.7";
  version = "1.24.8";

  src = fetchurl {
    url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
    hash = "sha256-Ko9Q2w+IgDYHxQ1+qINNy3vUg8a0KKkeNg/fhiS0ZGQ=";
    hash = "sha256-sf8yxcSlDd+hoct4tg3Vo2KushhLt48Ai0JbYglXVfs=";
  };

  strictDeps = true;