Hythera 2026-04-28 21:53:45 +02:00
commit 02d2fdd686
No known key found for this signature in database
GPG key ID: 123E2CC7E1F951AA

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 = ''