update inputs and copyrights to 24.05

This commit is contained in:
Sergey Volkov 2024-06-05 18:03:25 +02:00
parent dbd80b49d8
commit c8dc0290d2
24 changed files with 39 additions and 39 deletions

View file

@ -1,14 +1,14 @@
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
{ super }:
let
# head of nixos-23.11 as of 2024-02-17
# head of nixos-24.05 as of 2024-06-05
pinnedPkgsSrc = super.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "1d1817869c47682a6bee85b5b0a6537b6c0fba26";
sha256 = "sha256-sS4AItZeUnAei6v8FqxNlm+/27MPlfoGym/TZP0rmH0=";
rev = "b3b2b28c1daa04fe2ae47c21bb76fd226eac4ca1";
sha256 = "";
};
in