From c07cb6ad6b2efdb5e03f2a63a89395266dfaeded Mon Sep 17 00:00:00 2001 From: macronova Date: Tue, 9 Sep 2025 22:21:53 -0500 Subject: [PATCH] Update flake --- flake.lock | 22 +++++++++++----------- packages/yorha-grub-theme.nix | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 6f43d94..6b21713 100644 --- a/flake.lock +++ b/flake.lock @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1755186698, - "narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=", + "lastModified": 1757347588, + "narHash": "sha256-tLdkkC6XnsY9EOZW9TlpesTclELy8W7lL2ClL+nma8o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c", + "rev": "b599843bad24621dcaa5ab60dac98f9b0eb1cabe", "type": "github" }, "original": { @@ -66,11 +66,11 @@ "sweet-ambar-blue": { "flake": false, "locked": { - "lastModified": 1754419301, - "narHash": "sha256-DGmZ7JMTBNQ6j3kkHXecptyw7GfQFk+gj8TDdpJdIrc=", + "lastModified": 1756764749, + "narHash": "sha256-L3rdeRZs5kLZv/2nN9MpG3ke66Prq2fO3r6mncpwHLU=", "ref": "Ambar-Blue", - "rev": "2312a1244ca63e6cff48c28d011ade635dcd289d", - "revCount": 338, + "rev": "6ae785f32ce9de14abc61cb2c0700eba1263ce29", + "revCount": 340, "type": "git", "url": "https://github.com/EliverLara/Sweet" }, @@ -83,11 +83,11 @@ "sweet-ambar-blue-dark": { "flake": false, "locked": { - "lastModified": 1754418457, - "narHash": "sha256-XH8E4g8sWNgYMYY9kDahb0kJXrYicIxPqwPMkcC0ymA=", + "lastModified": 1756765118, + "narHash": "sha256-wsspXkF7kR3VRtKfABGyC0mEMzyCXG0bsoIZ75RzTaU=", "ref": "Ambar-Blue-Dark", - "rev": "bd66daeb8846d271c5663db5f81a0bceae078fc3", - "revCount": 421, + "rev": "f146fcc2cf4ac717bd0fed9706ccd380874d2bf4", + "revCount": 423, "type": "git", "url": "https://github.com/EliverLara/Sweet" }, diff --git a/packages/yorha-grub-theme.nix b/packages/yorha-grub-theme.nix index 09ef869..aa94076 100644 --- a/packages/yorha-grub-theme.nix +++ b/packages/yorha-grub-theme.nix @@ -2,7 +2,7 @@ inputs, name, pkgs, - resolution ? "2560x1440", + resolution ? "3840x2160", }: assert builtins.any (s: resolution == s) ["1920x1080" "2256x1504" "2560x1440" "3840x2160"]; pkgs.stdenv.mkDerivation {