openapv: 0.2.0.1 -> 0.2.0.2

This commit is contained in:
R. Ryantm
2025-09-01 01:59:18 +00:00
parent ef205d1b24
commit bc836b1e5f
+2 -2
View File
@@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openapv";
version = "0.2.0.1";
version = "0.2.0.2";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openapv";
tag = "v${finalAttrs.version}";
hash = "sha256-Edj3xQ7AcHcdIbg4o2FidAGZ06fUBltW+1ojJPoIktA=";
hash = "sha256-Eam53Fc0oYOE2YH+Q1Cx6TxClMoUaDZuRhrC8LX6S7g=";
};
postPatch = ''