minimal-bootstrap-sources: unstable-2023-05-02 -> 1.6.0
This commit is contained in:
parent
cde691ddc2
commit
b7b6f84337
1 changed files with 4 additions and 5 deletions
|
@ -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…
Reference in a new issue