magic-enum: 0.9.7 -> 0.9.8 (#516243)

This commit is contained in:
kirillrdy
2026-05-04 06:00:37 +00:00
committed by GitHub
+3 -2
View File
@@ -7,13 +7,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "magic-enum";
version = "0.9.7";
version = "0.9.8";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Neargye";
repo = "magic_enum";
tag = "v${finalAttrs.version}";
hash = "sha256-P6fl/dcGOSE1lTJwZlimbvsTPelHwdQdZr18H4Zji20=";
hash = "sha256-P26B9vEdvqmy8RO22EGbpKbuQTgosLJbdCJ5efTYA4U=";
};
nativeBuildInputs = [ cmake ];