action-validator: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-08-28 20:10:59 +00:00
parent 559268ace9
commit a9c472a8d7
+2 -2
View File
@@ -7,13 +7,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "action-validator";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "mpalmer";
repo = "action-validator";
tag = "v${finalAttrs.version}";
hash = "sha256-pqWowcc/3NHtVcNDZ+4opgtwttcKdUVoi4qkv56JvY4=";
hash = "sha256-irBK27De9W5BSNIQynguOY8oPgA7K03dleE/0YvY75o=";
fetchSubmodules = true;
};