lol

alistral: 0.5.13 -> 0.5.14

Diff: https://github.com/RustyNova016/Alistral/compare/v0.5.13...v0.5.14

Changelog: https://github.com/RustyNova016/Alistral/blob/v0.5.14/CHANGELOG.md

RustyNova c58cacb5 0e0a18f5

+3 -3
+3 -3
pkgs/by-name/al/alistral/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage (finalAttrs: { 12 12 pname = "alistral"; 13 - version = "0.5.13"; 13 + version = "0.5.14"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "RustyNova016"; 17 17 repo = "Alistral"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-z9YuoppOYghsiYhoa6nfbP+VMrdN5oY55+pS6p2pBX0="; 19 + hash = "sha256-PffZx2rkOdwwhZ4LYE6ZiAWa68oZT3Gly6Is9gRPWdw="; 20 20 }; 21 21 22 - cargoHash = "sha256-TyxeuDMmoRvIVaapA/KstFnARPpPv9h19Bg3/XnwQWs="; 22 + cargoHash = "sha256-FfTySXynezMs/Nkuai+jZCSJnIo5D3obh3LboYYGhVk="; 23 23 24 24 buildNoDefaultFeatures = true; 25 25 # Would be cleaner with an "--all-features" option