From c630a7d3ee4530e6a0e20ddf45ad813fc8b6da1b Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:06:03 +0200 Subject: [PATCH] plymouth: lock URL version (#335) Addresses: https://github.com/NixOS/nixos-artwork/pull/120 Closes: https://github.com/danth/stylix/issues/334 --- modules/plymouth/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plymouth/nixos.nix b/modules/plymouth/nixos.nix index 26b5a884..5999673d 100644 --- a/modules/plymouth/nixos.nix +++ b/modules/plymouth/nixos.nix @@ -54,7 +54,7 @@ in { # files, the SVG file is fetched with `pkgs.fetchurl` to avoid downloading # the entire repository for a single SVG file. default = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nix-snowflake.svg"; + url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/f84c13adae08e860a7c3f76ab3a9bef916d276cc/logo/nix-snowflake-colours.svg"; # Reduce size postFetch = '' substituteInPlace $out \