Loading pkgs/by-name/gl/glaze/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "glaze"; version = "7.1.0"; version = "7.2.2"; src = fetchFromGitHub { owner = "stephenberry"; repo = "glaze"; tag = "v${finalAttrs.version}"; hash = "sha256-W48BDsxUrFjjqUFwBcBqHr5Y7h+BtGGWdioGukBqzbE="; hash = "sha256-E92oxXOcmA4d3s2k0D+DppnHt0Ks900+3W0XoGbbcG4="; }; nativeBuildInputs = [ cmake ]; Loading @@ -31,9 +31,14 @@ stdenv.mkDerivation (finalAttrs: { ]; meta = { homepage = "https://stephenberry.github.io/glaze/"; changelog = "https://github.com/stephenberry/glaze/releases/tag/v${finalAttrs.version}"; description = "Extremely fast, in memory, JSON and interface library for modern C++"; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ moni ]; maintainers = with lib.maintainers; [ moni miniharinn ]; license = lib.licenses.mit; }; }) Loading
pkgs/by-name/gl/glaze/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "glaze"; version = "7.1.0"; version = "7.2.2"; src = fetchFromGitHub { owner = "stephenberry"; repo = "glaze"; tag = "v${finalAttrs.version}"; hash = "sha256-W48BDsxUrFjjqUFwBcBqHr5Y7h+BtGGWdioGukBqzbE="; hash = "sha256-E92oxXOcmA4d3s2k0D+DppnHt0Ks900+3W0XoGbbcG4="; }; nativeBuildInputs = [ cmake ]; Loading @@ -31,9 +31,14 @@ stdenv.mkDerivation (finalAttrs: { ]; meta = { homepage = "https://stephenberry.github.io/glaze/"; changelog = "https://github.com/stephenberry/glaze/releases/tag/v${finalAttrs.version}"; description = "Extremely fast, in memory, JSON and interface library for modern C++"; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ moni ]; maintainers = with lib.maintainers; [ moni miniharinn ]; license = lib.licenses.mit; }; })