Loading pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/bootstrap-sources.nix +4 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,11 @@ }: rec { name = "stage0-posix-${version}-${rev}-source"; # Pinned from https://github.com/oriansj/stage0-posix/commit/3189b5f325b7ef8b88e3edec7c1cde4fce73c76c version = "unstable-2023-05-02"; rev = "3189b5f325b7ef8b88e3edec7c1cde4fce73c76c"; name = "stage0-posix-${version}-source"; version = "1.6.0"; rev = "Release_${version}"; outputHashAlgo = "sha256"; outputHash = "sha256-7Y9+csTwZIQp0WGbagX+Q4f2zavN7AUk1TSBp/H5Xks="; outputHash = "sha256-epUaShjKiAd749ICvc6rS6WhUkS8R4heKuPdwUjEtsQ="; /* Since `make-minimal-bootstrap-sources` requires nixpkgs and nix it Loading Loading
pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/bootstrap-sources.nix +4 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,11 @@ }: rec { name = "stage0-posix-${version}-${rev}-source"; # Pinned from https://github.com/oriansj/stage0-posix/commit/3189b5f325b7ef8b88e3edec7c1cde4fce73c76c version = "unstable-2023-05-02"; rev = "3189b5f325b7ef8b88e3edec7c1cde4fce73c76c"; name = "stage0-posix-${version}-source"; version = "1.6.0"; rev = "Release_${version}"; outputHashAlgo = "sha256"; outputHash = "sha256-7Y9+csTwZIQp0WGbagX+Q4f2zavN7AUk1TSBp/H5Xks="; outputHash = "sha256-epUaShjKiAd749ICvc6rS6WhUkS8R4heKuPdwUjEtsQ="; /* Since `make-minimal-bootstrap-sources` requires nixpkgs and nix it Loading