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

swego: 0.94 -> 0.97
launchpad/nixpkgs/master
Fabian Affolter 3 years ago committed by GitHub
commit 2689bd2472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/servers/swego/default.nix

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

Loading…
Cancel
Save