Merge pull request #332942 from alyssais/fim-rs-0.5.0

fim-rs: 0.4.10 -> 0.5.0
This commit is contained in:
Fabian Affolter 2024-08-07 16:53:17 +02:00 committed by GitHub
commit a76c6570fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 720 additions and 443 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "fim-rs";
version = "0.4.10";
version = "0.5.0";
src = fetchFromGitHub {
owner = "Achiefs";
repo = "fim";
rev = "refs/tags/v${version}";
hash = "sha256-NrxjiJY+qgPfsNY2Xlm0KRArIDH3+u9uA5gSPem+9uc=";
hash = "sha256-V9BzgVcDTnYSy7N5fCo38vQmXRDXLjY6wvnSkIpuDGg=";
};
cargoLock = {