go-org: 1.4.0 -> 1.5.0

+2 -2
+2 -2
pkgs/applications/misc/go-org/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "go-org"; 5 - version = "1.4.0"; 5 + version = "1.5.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "niklasfasching"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-nMZzRbu3lxunIlnnmb49Ljt8oSiYpj+8gZ0u/OFRRDM="; 11 + sha256 = "sha256-Wp8WEfRcrtn+VdcbehYcOJI5FkPQiyo6nLsTDvR7riE="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-njx89Ims7GZql8sbVmH/E9gM/ONRWiPRLVs+FzsCSzI=";