go-judge: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm
2025-12-31 07:46:12 +00:00
parent 892408c501
commit 41359c4fcb
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "go-judge";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = "criyle";
repo = "go-judge";
rev = "v${version}";
hash = "sha256-Hk2PlpoKEpSxFwar0n5bT4skCqIVheIhq8xs3EoV9w0=";
hash = "sha256-qSTtXLjtrwwp6ipnquzoDM6yzAtoE3WIAXqWFCuOI9s=";
};
vendorHash = "sha256-+KPbY63wF+zh7R7OVyfBI7Nuf8kAh35dxJIIRrP5Js0=";