swego: 1.13 -> 1.14 (#396706)

This commit is contained in:
Fabian Affolter
2025-04-07 21:45:50 +02:00
committed by GitHub
+2 -2
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=";