lol

bootspec: 1.0.1 -> 1.1.0 (#437139)

authored by

Ramses and committed by
GitHub
3f4cc0e0 bf8deab9

+6 -3
+6 -3
pkgs/by-name/bo/bootspec/package.nix
··· 2 lib, 3 rustPlatform, 4 fetchFromGitHub, 5 }: 6 rustPlatform.buildRustPackage rec { 7 pname = "bootspec"; 8 - version = "1.0.1"; 9 10 src = fetchFromGitHub { 11 owner = "DeterminateSystems"; 12 repo = "bootspec"; 13 rev = "v${version}"; 14 - hash = "sha256-0MO+SqG7Gjq+fmMJkIFvaKsfTmC7z3lGfi7bbBv7iBE="; 15 }; 16 17 - cargoHash = "sha256-fKbF5SyI0UlZTWsygdE8BGWuOoNSU4jx+CGdJoJFhZs="; 18 19 meta = with lib; { 20 description = "Implementation of RFC-0125's datatype and synthesis tooling";
··· 2 lib, 3 rustPlatform, 4 fetchFromGitHub, 5 + nix-update-script, 6 }: 7 rustPlatform.buildRustPackage rec { 8 pname = "bootspec"; 9 + version = "1.1.0"; 10 11 src = fetchFromGitHub { 12 owner = "DeterminateSystems"; 13 repo = "bootspec"; 14 rev = "v${version}"; 15 + hash = "sha256-WDEaTxj5iT8tvasd6gnMhRgNoEdDi9Wi4ke8sVtNpt8="; 16 }; 17 18 + cargoHash = "sha256-ZJKoL1vYfAG1rpCcE1jRm7Yj2dhooJ6iQ91c6EGF83E="; 19 + 20 + passthru.updateScript = nix-update-script { }; 21 22 meta = with lib; { 23 description = "Implementation of RFC-0125's datatype and synthesis tooling";