diff options
| author | zowoq <59103226+zowoq@users.noreply.github.com> | 2023-06-07 07:02:42 +1000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-07 17:47:28 +0000 |
| commit | 8cc0d8bf4498831b0e45a6e259adb24a71080dce (patch) | |
| tree | 7c187e8249f535891ca1cf1759e36d013d814053 | |
| parent | Merge pull request #236442 from NixOS/backport-236298-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-236358-to-release-23.05.tar.gz | |
go_1_19: 1.19.9 -> 1.19.10origin/backport-236358-to-release-23.05
Changelog: https://go.dev/doc/devel/release#go1.19
(cherry picked from commit 1887a08e2ae8cc4cc679372ec008bc8a2be61bcf)
| -rw-r--r-- | pkgs/development/compilers/go/1.19.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/go/1.19.nix b/pkgs/development/compilers/go/1.19.nix index fece8c65fccd..3e25ed128619 100644 --- a/pkgs/development/compilers/go/1.19.nix +++ b/pkgs/development/compilers/go/1.19.nix @@ -47,11 +47,11 @@ let in stdenv.mkDerivation rec { pname = "go"; - version = "1.19.9"; + version = "1.19.10"; src = fetchurl { url = "https://go.dev/dl/go${version}.src.tar.gz"; - hash = "sha256-ExGQpGl6cMWx0jLfXT9Vo/nsDnjkBRYZb/s/Ca5qV0Q="; + hash = "sha256-E3VbzOUpdH1fKTDe4DRzDIbQK9PlIas+K77eVI07lT8="; }; strictDeps = true; |
