chore: nix flake update and kernel upgrade

This commit is contained in:
Lars Sjöström 2025-06-09 12:35:50 +02:00
parent 396a97cce4
commit 6361308cd0
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1747542820,
"narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
"lastModified": 1749285348,
"narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
"type": "github"
},
"original": {

View file

@ -1,7 +1,7 @@
{ pkgs }:
let
version = "6.14.9";
hash = "sha256-OQzd4DJxmSWghCcnAZfvVdtOkMCdRU6cNVQVcpLJ82E=";
version = "6.15.1";
hash = "sha256-RPG7hP5RLnuv4ObchdOOwcbI/L6XzLUdjBmTC3mfDWQ=";
in
(pkgs.callPackage ./manual-config.nix { }) {
version = "${version}-patos1";