lol

alejandra: 2.0.0 -> 3.0.0

Also add self as maintainer

+4 -4
+4 -4
pkgs/tools/nix/alejandra/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "alejandra"; 10 - version = "2.0.0"; 10 + version = "3.0.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "kamadorueda"; 14 14 repo = "alejandra"; 15 15 rev = version; 16 - sha256 = "sha256-imWi48JxT7l/1toc7NElP1/CBEbChTQ3n0gjBz6L7so="; 16 + sha256 = "sha256-xFumnivtVwu5fFBOrTxrv6fv3geHKF04RGP23EsDVaI="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-pcNU7Wk98LQuRg/ItsJ+dxXcSdYROJVYifF74jIrqEo="; 19 + cargoSha256 = "sha256-tF8E9mnvkTXoViVss9cNjpU4UkEsARp4RtlxKWq55hc="; 20 20 21 21 passthru.tests = { 22 22 version = testers.testVersion { package = alejandra; }; ··· 27 27 homepage = "https://github.com/kamadorueda/alejandra"; 28 28 changelog = "https://github.com/kamadorueda/alejandra/blob/${version}/CHANGELOG.md"; 29 29 license = licenses.unlicense; 30 - maintainers = with maintainers; [ _0x4A6F kamadorueda ]; 30 + maintainers = with maintainers; [ _0x4A6F kamadorueda sciencentistguy ]; 31 31 }; 32 32 }