1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

agate: 3.2.4 → 3.3.0

This commit is contained in:
Nikolay Korotkiy 2023-03-19 18:34:32 +04:00
parent bb16729664
commit 832a6df04c
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "agate";
version = "3.2.4";
version = "3.3.0";
src = fetchFromGitHub {
owner = "mbrubeck";
repo = pname;
repo = "agate";
rev = "v${version}";
sha256 = "sha256-NyHs/9kRBGqmh44MSRzYb7CSvEB0RlmL9l5QpGEwDhY=";
hash = "sha256-B0hbXar/RulfBJUR1Jtczf3p1H6Zj5OVCXVCaj5zf/U=";
};
cargoSha256 = "sha256-V0MLXOLLmKnk4Iyhbu+EomsxOX6RLYHIsi/IwWiqmcg=";
cargoHash = "sha256-6Z+mcQAJwW7tm4SBbrHwHIwiqlFV+PIa5I2onU2rPts=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];