Skip to content

Commit

Permalink
go_1_19: 1.19 -> 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 7, 2022
1 parent b761260 commit d2d3a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.19.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.19";
version = "1.19.1";

src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-lBnMcNxaJSPymncFPK//ZY7SHvNWHZtrAgKA686rKLk=";
sha256 = "sha256-J4cbqkkPNAFBSteT+6SQhvbIVbHFhDhe13ceEgTH4Xk=";
};

strictDeps = true;
Expand Down

0 comments on commit d2d3a9b

Please sign in to comment.