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