Update pinned nixpkgs version to 22.05

This commit is contained in:
Alexander Sosedkin 2022-06-27 12:16:28 +02:00
parent 2d4d541334
commit 0dbf0f5618
3 changed files with 10 additions and 10 deletions

View file

@ -1,14 +1,14 @@
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
{ super }:
let
# head of nixos-21.11 as of 2021-12-01
# head of nixos-22.05 as of 2022-06-27
pinnedPkgsSrc = super.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "a640d8394f34714578f3e6335fc767d0755d78f9";
sha256 = "1dyyzgcmlhpsdb4ngiy8m0x10qmh0r56ky75r8ppvvh730m3lhfj";
rev = "cd90e773eae83ba7733d2377b6cdf84d45558780";
sha256 = "1b2wn1ncx9x4651vfcgyqrm93pd7ghnrgqjbkf6ckkpidah69m03";
};
in