agate: 3.3.0 → 3.3.1

This commit is contained in:
Nikolay Korotkiy 2023-08-12 12:40:23 +04:00
parent efba389c61
commit d7fa28d711
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.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "mbrubeck";
repo = "agate";
rev = "v${version}";
hash = "sha256-B0hbXar/RulfBJUR1Jtczf3p1H6Zj5OVCXVCaj5zf/U=";
hash = "sha256-gU4Q45Sb+LOmcv0j9R8yw996NUpCOnxdwT6lyvNp2pg=";
};
cargoHash = "sha256-6Z+mcQAJwW7tm4SBbrHwHIwiqlFV+PIa5I2onU2rPts=";
cargoHash = "sha256-6jF4ayzBN4sSk81u3iX0CxMPAsL6D+wpXRYGjgntMUE=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];