From fa153bef20977f49b4fcf28289b6c0d82d0e1935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:08:18 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout action to v6 --- .github/workflows/nix-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-cache.yml b/.github/workflows/nix-cache.yml index 9f8e195..8b76c31 100644 --- a/.github/workflows/nix-cache.yml +++ b/.github/workflows/nix-cache.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Nix uses: cachix/install-nix-action@v31 From e980d41d1062851614a6fce3a339e11dd9cc7bbb Mon Sep 17 00:00:00 2001 From: moons-14 Date: Thu, 9 Apr 2026 02:47:56 +0900 Subject: [PATCH 2/2] fix: wallpaper hash --- modules/home/wallpaper.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/modules/home/wallpaper.nix b/modules/home/wallpaper.nix index f34c348..322cfac 100644 --- a/modules/home/wallpaper.nix +++ b/modules/home/wallpaper.nix @@ -1,10 +1,13 @@ -{ pkgs, lib, ... }: -let +{ + pkgs, + lib, + ... +}: let walls = pkgs.fetchFromGitHub { owner = "moons-14"; - repo = "wallpapers"; - rev = "cc3256f4aaf2c8e7d16fb000b1ee251af54085db"; - hash = "sha256-/Q8tiV7iegm366/7sfJv2ze7rRNriaQilvpK+91krVY="; + repo = "wallpapers"; + rev = "cc3256f4aaf2c8e7d16fb000b1ee251af54085db"; + hash = "sha256-emQ/FqKqMq3YI5bLx8gBZg/ZE72OG9Ilh71ggq78WdQ="; }; in { home.file.".wallpapers" = {