Merge pull request #222024 from sikmir/agate

agate: 3.2.4 → 3.3.0

authored by

Nikolay Korotkiy and committed by
GitHub
7f55ff0b 91d315c4

+4 -4
+4 -4
pkgs/servers/gemini/agate/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "agate"; 5 - version = "3.2.4"; 6 7 src = fetchFromGitHub { 8 owner = "mbrubeck"; 9 - repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-NyHs/9kRBGqmh44MSRzYb7CSvEB0RlmL9l5QpGEwDhY="; 12 }; 13 - cargoSha256 = "sha256-V0MLXOLLmKnk4Iyhbu+EomsxOX6RLYHIsi/IwWiqmcg="; 14 15 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 16
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "agate"; 5 + version = "3.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "mbrubeck"; 9 + repo = "agate"; 10 rev = "v${version}"; 11 + hash = "sha256-B0hbXar/RulfBJUR1Jtczf3p1H6Zj5OVCXVCaj5zf/U="; 12 }; 13 + cargoHash = "sha256-6Z+mcQAJwW7tm4SBbrHwHIwiqlFV+PIa5I2onU2rPts="; 14 15 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 16