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-04 06:49:46 +10:00
parent fe0e26dcb9
commit fe13e4fa6f
+2 -2
View File
@@ -35,8 +35,8 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "go"; pname = "go2-unstable";
version = "2"; version = "2020-12-08";
src = fetchgit { src = fetchgit {
url = https://go.googlesource.com/go; url = https://go.googlesource.com/go;