alistral: 0.5.13 -> 0.5.14 (#439468)

authored by

jopejoe1 and committed by
GitHub
84d5a8b2 9ad1d23d

+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