openapv: 0.2.0.3 -> 0.2.0.4

This commit is contained in:
R. Ryantm
2025-09-26 03:39:17 +00:00
parent b5a8c8e16a
commit 158a7547cb
+2 -2
View File
@@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openapv";
version = "0.2.0.3";
version = "0.2.0.4";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openapv";
tag = "v${finalAttrs.version}";
hash = "sha256-igirdZL8dWAbO7vbrsIMZLaO91vYqeDwgq9M4fm/RpU=";
hash = "sha256-IkzZnf2/JZJIwg9g/6SvWTAcUkAQ/C36xXC+t44VejU=";
};
postPatch = ''