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:
parent
fe0e26dcb9
commit
fe13e4fa6f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue