From b215293da9ba5dd46a08f2416f3249bb2e8633c4 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 15 Nov 2024 06:47:28 -0500 Subject: [PATCH] flake: update inputs (#167) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * flake.lock: Update Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/35b055009afd0107b69c286fca34d2ad98940d57?narHash=sha256-2EckCJn4wxran/TsRiCOFcmVpep2m9EBKl99NBh2GnM%3D' (2024-11-13) → 'github:nix-community/home-manager/1d0862ee2d7c6f6cd720d6f32213fa425004be10?narHash=sha256-Qq2YZZaDTB3FZLWU/Hgh1uuWlUBl3cMLGB99bm7rFUM%3D' (2024-11-14) • Updated input 'nur': 'github:nix-community/NUR/0b52d5e4307c0b9bed8c438a2a0300356cede857?narHash=sha256-xZrqREw7Fc%2BlgIMcMvyKiepSPBBy%2BHkopHvrkL1H/DI%3D' (2024-11-14) → 'github:nix-community/NUR/a8697e4c4ea67d9d98d6d99716823c3346be8462?narHash=sha256-W0FXB6ErqWHW7LFhph%2BIAGrSlteOfL5yzmc1GOOS%2Bbs%3D' (2024-11-15) • Updated input 'stylix/tinted-foot': 'github:tinted-theming/tinted-foot/e558fe47e187093313f19fa6a9eea61940ffbd6b?narHash=sha256-ByMVgH0rZ1by2YIVJ47gE8/ZHWcG8yqsErQ4tKLbm7Q%3D' (2024-09-29) → 'github:tinted-theming/tinted-foot/eedbcfa30de0a4baa03e99f5e3ceb5535c2755ce?narHash=sha256-65bz2bUL/yzZ1c8/GQASnoiGwaF8DczlxJtzik1c0AU%3D' (2023-10-08) * flake: unlock stylix --------- Co-authored-by: github-actions[bot] --- flake.lock | 27 ++++++++++++++------------- flake.nix | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index b19cd575..71c6b141 100644 --- a/flake.lock +++ b/flake.lock @@ -345,11 +345,11 @@ ] }, "locked": { - "lastModified": 1731535640, - "narHash": "sha256-2EckCJn4wxran/TsRiCOFcmVpep2m9EBKl99NBh2GnM=", + "lastModified": 1731604581, + "narHash": "sha256-Qq2YZZaDTB3FZLWU/Hgh1uuWlUBl3cMLGB99bm7rFUM=", "owner": "nix-community", "repo": "home-manager", - "rev": "35b055009afd0107b69c286fca34d2ad98940d57", + "rev": "1d0862ee2d7c6f6cd720d6f32213fa425004be10", "type": "github" }, "original": { @@ -539,11 +539,11 @@ }, "nur": { "locked": { - "lastModified": 1731581363, - "narHash": "sha256-xZrqREw7Fc+lgIMcMvyKiepSPBBy+HkopHvrkL1H/DI=", + "lastModified": 1731643669, + "narHash": "sha256-W0FXB6ErqWHW7LFhph+IAGrSlteOfL5yzmc1GOOS+bs=", "owner": "nix-community", "repo": "NUR", - "rev": "0b52d5e4307c0b9bed8c438a2a0300356cede857", + "rev": "a8697e4c4ea67d9d98d6d99716823c3346be8462", "type": "github" }, "original": { @@ -638,17 +638,17 @@ "tinted-tmux": "tinted-tmux" }, "locked": { - "lastModified": 1730924223, - "narHash": "sha256-tGvmW0qih+dCAH9L4BEMYMiHcBoJVZtESbC9WH0EEuw=", + "lastModified": 1731657386, + "narHash": "sha256-Mm/JL8tFUS1SOmmZDPcswExUxzw0VpHcEyZI1h58CGA=", "owner": "danth", "repo": "stylix", - "rev": "762c07ee10b381bc8e085be5b6c2ec43139f13b0", + "rev": "5ab1207b2fdeb5a022f2dd7cccf6be760f1b150f", "type": "github" }, "original": { "owner": "danth", + "ref": "master", "repo": "stylix", - "rev": "762c07ee10b381bc8e085be5b6c2ec43139f13b0", "type": "github" } }, @@ -715,16 +715,17 @@ "tinted-foot": { "flake": false, "locked": { - "lastModified": 1727574105, - "narHash": "sha256-ByMVgH0rZ1by2YIVJ47gE8/ZHWcG8yqsErQ4tKLbm7Q=", + "lastModified": 1726913040, + "narHash": "sha256-+eDZPkw7efMNUf3/Pv0EmsidqdwNJ1TaOum6k7lngDQ=", "owner": "tinted-theming", "repo": "tinted-foot", - "rev": "e558fe47e187093313f19fa6a9eea61940ffbd6b", + "rev": "fd1b924b6c45c3e4465e8a849e67ea82933fcbe4", "type": "github" }, "original": { "owner": "tinted-theming", "repo": "tinted-foot", + "rev": "fd1b924b6c45c3e4465e8a849e67ea82933fcbe4", "type": "github" } }, diff --git a/flake.nix b/flake.nix index d24b7919..a850afff 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ stylix = { inputs.nixpkgs.follows = "nixpkgs"; - url = "github:danth/stylix?rev=762c07ee10b381bc8e085be5b6c2ec43139f13b0"; + url = "github:danth/stylix/master"; }; wallpapers = {