Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
15227256ec
chore: kernel upgrade 2025-04-19 23:06:44 +02:00
92c204231b
chore: nix flake update 2025-04-19 22:56:12 +02:00
58861e6de6
chore: upgrade systemd 2025-04-17 19:10:38 +02:00
3 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1742669843,
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
"lastModified": 1744932701,
"narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
"rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef",
"type": "github"
},
"original": {

View file

@ -1,7 +1,7 @@
{ pkgs }:
let
version = "6.13.8";
hash = "sha256-JZr6Wdc9Z2vsKuib6s2UngjVTT9wp/iwp0IxUJV1Grs=";
version = "6.14.2";
hash = "sha256-xcaCo1TqMZATk1elfTSnnlw3IhrOgjqTjhARa1d6Lhs=";
in
(pkgs.callPackage ./manual-config.nix { }) {
version = "${version}-patos1";

View file

@ -7,7 +7,7 @@
...
}:
let
version = "257.4";
version = "257.5";
# Use the command below to update `releaseTimestamp` on every (major) version
# change. More details in the commentary at mesonFlags.