go_2-dev: change pname/version to use unstable format

otherwise this causes problems with stable go versions and nix-env
This commit is contained in:
zowoq 2021-01-03 08:40:11 +10:00
parent fe0e26dcb9
commit fe13e4fa6f
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "2";
pname = "go2-unstable";
version = "2020-12-08";
src = fetchgit {
url = https://go.googlesource.com/go;