swego: 1.13 -> 1.14 (#396706)

This commit is contained in:
Fabian Affolter 2025-04-07 21:45:50 +02:00 committed by GitHub
commit ddd5c21343
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "swego";
version = "1.13";
version = "1.14";
src = fetchFromGitHub {
owner = "nodauf";
repo = "Swego";
tag = "v${version}";
hash = "sha256-JILdtmTdDZzcjsDfH0rZo4HpTp26EPP8WKPbHhQeNN8=";
hash = "sha256-28PU7jAVnWfRbFmTE2pmwJO1Zi+ceyFrzY5MiRt+91Y=";
};
vendorHash = "sha256-w2OhZq7vaVDVoRfnWPH0bFO85yGTFcO6KpDo5ulTifo=";