swego: 0.92 -> 0.93

This commit is contained in:
R. RyanTM 2021-03-19 22:46:05 +00:00 committed by tomberek
parent d834510118
commit 6b5f49ae36

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "swego"; pname = "swego";
version = "0.92"; version = "0.93";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nodauf"; owner = "nodauf";
repo = "Swego"; repo = "Swego";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-SiB0Z6Eqbn/6VGDTt5bQtgcT4V4AjRIIYYk98EW7ss4="; sha256 = "sha256-oTeSh7OzjzbgKbSQSNhnCUZw5FdUkN+Y9LkIbWFhn5c=";
}; };
vendorSha256 = "sha256-EPcyhnTis7g0uVl+cJdG7iMbisjh7iuMhpzM/SSOeFI="; vendorSha256 = "sha256-TK1LN9EmVH95jPO6K7gtCwdnW4WOKH3K7Q0FhgNMVUQ=";
postInstall = '' postInstall = ''
mv $out/bin/src $out/bin/$pname mv $out/bin/src $out/bin/$pname