mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
update nixpkgs version
This commit is contained in:
parent
f77ae62112
commit
468bf944df
4 changed files with 12 additions and 12 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
|
||||
{ super }:
|
||||
|
||||
let
|
||||
# head of nixos-22.11 as of 2022-12-01
|
||||
# head of nixos-23.05 as of 2023-06-18
|
||||
pinnedPkgsSrc = super.fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "596a8e828c5dfa504f91918d0fa4152db3ab5502";
|
||||
sha256 = "sha256-YnhZGHgb4C3Q7DSGisO/stc50jFb9F/MzHeKS4giotg=";
|
||||
rev = "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04";
|
||||
sha256 = "sha256-J1bX9plPCFhTSh6E3TWn9XSxggBh/zDD4xigyaIQBy8=";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue