Hythera
2026-05-08 21:25:51 +02:00
parent ec47e24365
commit 02d2fdd686
+3 -3
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openapv";
version = "0.2.1.2";
version = "0.2.1.3";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openapv";
tag = "v${finalAttrs.version}";
hash = "sha256-wxncN7j5p0GXpWhOx4Ix0oTgGK2sIrfJgQ45fFwmQBI=";
tag = "v${finalAttrs.version}-fix"; # Remove the `-fix` suffix after the next version
hash = "sha256-lc/x2dWh6T8c63siHB32ka+SPVYTTyaO4YrQ12EbGqw=";
};
postPatch = ''