Merge pull request #113873 from r-ryantm/auto-update/swego
swego: 0.9 -> 0.91
This commit is contained in:
commit
1c0a492958
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "swego";
|
pname = "swego";
|
||||||
version = "0.9";
|
version = "0.91";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nodauf";
|
owner = "nodauf";
|
||||||
repo = "Swego";
|
repo = "Swego";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Wt+2spZfgBWzZEQP+SiDYI5DdLKrwFMgYT1ukbF4x0I=";
|
sha256 = "sha256-cNsVRYKnzsxYnTkPRfX3ga0eGd09uJ0dyJj1doxfCrg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-EPcyhnTis7g0uVl+cJdG7iMbisjh7iuMhpzM/SSOeFI=";
|
vendorSha256 = "sha256-EPcyhnTis7g0uVl+cJdG7iMbisjh7iuMhpzM/SSOeFI=";
|
||||||
|
Loading…
Reference in New Issue
Block a user