chore: nix flake update

This commit is contained in:
Lars Sjöström 2025-05-20 21:05:10 +02:00
parent 8ee40679fc
commit 7c0d0a099d
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions
pkgs/kernel

View file

@ -1,7 +1,7 @@
{ pkgs }:
let
version = "6.14.6";
hash = "sha256-IYF/GZjiIw+B9+T2Bfpv3LBA4U+ifZnCfdsWznSXl6k=";
version = "6.14.7";
hash = "sha256-gRIgK8JtCGlXqU0hCabc1EeMW6GNDwpeHF3+6gH1SXI=";
in
(pkgs.callPackage ./manual-config.nix { }) {
version = "${version}-patos1";