Merge pull request #161392 from r-ryantm/auto-update/swego

swego: 0.97 -> 0.98
This commit is contained in:
Fabian Affolter 2022-02-22 19:52:08 +01:00 committed by GitHub
commit ac9a730d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "swego";
version = "0.97";
version = "0.98";
src = fetchFromGitHub {
owner = "nodauf";
repo = "Swego";
rev = "v${version}";
sha256 = "sha256-T4xkjNdOSD0kHLVfwUz1PrFokLmnbzcj/pbV36W+2ZQ=";
sha256 = "sha256-fS1mrB4379hnnkLMkpKqV2QB680t5T0QEqsvqOp9pzY=";
};
vendorSha256 = "sha256-GiYJfykcBvIoJ0zvdtT3P+iHmBgBWIeOTaniFysAPHs=";
vendorSha256 = "sha256-N4HDngQFNCzQ74W52R0khetN6+J7npvBC/bYZBAgLB4=";
postInstall = ''
mv $out/bin/src $out/bin/$pname