summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmily Trau <emily@downunderctf.com>2023-11-02 23:27:07 -0700
committerEmily Trau <emily@downunderctf.com>2023-11-02 23:27:07 -0700
commitb7b6f8433755afd81572b65c90cc71d4a544b537 (patch)
tree5d8f90e3b4bf4fdc4cafb9303210dec1e1ec54f5
parentcde691ddc26a5380e33c0f67bf92fc79c366f5d2 (diff)
downloadnixpkgs-b7b6f8433755afd81572b65c90cc71d4a544b537.tar
nixpkgs-b7b6f8433755afd81572b65c90cc71d4a544b537.tar.gz
nixpkgs-b7b6f8433755afd81572b65c90cc71d4a544b537.tar.bz2
nixpkgs-b7b6f8433755afd81572b65c90cc71d4a544b537.tar.lz
nixpkgs-b7b6f8433755afd81572b65c90cc71d4a544b537.tar.xz
nixpkgs-b7b6f8433755afd81572b65c90cc71d4a544b537.tar.zst
nixpkgs-b7b6f8433755afd81572b65c90cc71d4a544b537.zip
minimal-bootstrap-sources: unstable-2023-05-02 -> 1.6.0
-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