Merge pull request #119549 from payasrelekar/go-org

go-org: 1.4.0 -> 1.5.0
This commit is contained in:
Sandro
2021-04-16 19:13:46 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-org";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "niklasfasching";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nMZzRbu3lxunIlnnmb49Ljt8oSiYpj+8gZ0u/OFRRDM=";
sha256 = "sha256-Wp8WEfRcrtn+VdcbehYcOJI5FkPQiyo6nLsTDvR7riE=";
};
vendorSha256 = "sha256-njx89Ims7GZql8sbVmH/E9gM/ONRWiPRLVs+FzsCSzI=";