alistral: 0.5.10 -> 0.5.11 (#417148)

authored by jopejoe1 and committed by GitHub 65d2429d 88c2eff7

+3 -3
+3 -3
pkgs/by-name/al/alistral/package.nix
··· 10 11 rustPlatform.buildRustPackage (finalAttrs: { 12 pname = "alistral"; 13 - version = "0.5.10"; 14 15 src = fetchFromGitHub { 16 owner = "RustyNova016"; 17 repo = "Alistral"; 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-O19Btz6jLJJnCbAusRHKfUa6II8mofzifW+cbPOaHVI="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-zQvPgigUQW9dpyLe7fgW8i9I4nm38bQKDLwezeSYx9Q="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 10 11 rustPlatform.buildRustPackage (finalAttrs: { 12 pname = "alistral"; 13 + version = "0.5.11"; 14 15 src = fetchFromGitHub { 16 owner = "RustyNova016"; 17 repo = "Alistral"; 18 tag = "v${finalAttrs.version}"; 19 + hash = "sha256-wiNXwg6mC24nWwakA9cX8OYDOhghoEgm0yVR3Tmtod4="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-M3nwa93vzVm+GtCdmBn/jqIvgJRcULw+8FFFLPmfbyg="; 24 25 nativeBuildInputs = [ 26 pkg-config