go-judge: 1.9.0 -> 1.9.2 (#389449)

This commit is contained in:
Nick Cao
2025-03-13 13:47:54 -04:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "go-judge";
version = "1.9.0";
version = "1.9.2";
src = fetchFromGitHub {
owner = "criyle";
repo = pname;
rev = "v${version}";
hash = "sha256-Dq3gs5iDpunI4NKuIJL3132jrJpyeuqnD/Z+WKTBLHg=";
hash = "sha256-4KBMDqHw8EJGSDK9+jCZvaxkQymhw4RRGByrFngiIug=";
};
vendorHash = "sha256-phX5H1ImnBhcWWFnzoIsf/xgxw4HtTKFBvjtymKS7O0=";
vendorHash = "sha256-FnX3u6DLB9qPE4+Hy/+00mD4U/6Pa+CsZoEroi7cNO0=";
tags = [
"nomsgpack"