summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorPic Noir <1219785+picnoir@users.noreply.github.com>2023-11-04 10:07:38 +0100
committerGitHub <noreply@github.com>2023-11-04 10:07:38 +0100
commitf1b800b9243928351d83a51eec788dca5ae0238a (patch)
treeb0e00fef8916432abc0881fcb59a078d87863bb0 /pkgs/os-specific/linux
parente4082efedb483eb0478c3f014fa851449bca43f9 (diff)
parentb7b6f8433755afd81572b65c90cc71d4a544b537 (diff)
downloadnixpkgs-f1b800b9243928351d83a51eec788dca5ae0238a.tar
nixpkgs-f1b800b9243928351d83a51eec788dca5ae0238a.tar.gz
nixpkgs-f1b800b9243928351d83a51eec788dca5ae0238a.tar.bz2
nixpkgs-f1b800b9243928351d83a51eec788dca5ae0238a.tar.lz
nixpkgs-f1b800b9243928351d83a51eec788dca5ae0238a.tar.xz
nixpkgs-f1b800b9243928351d83a51eec788dca5ae0238a.tar.zst
nixpkgs-f1b800b9243928351d83a51eec788dca5ae0238a.zip
Merge pull request #265158 from emilytrau/stage0-posix-1.6.0
minimal-bootstrap-sources: unstable-2023-05-02 -> 1.6.0
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/bootstrap-sources.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/bootstrap-sources.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/bootstrap-sources.nix
index 715d261eea4..7f2e8ab81a3 100644
--- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/bootstrap-sources.nix
+++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/bootstrap-sources.nix
@@ -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