From 89c14dbd7ceb2a6d9f313d6ad8ae1fa6f7f1b38c Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 7 Dec 2023 14:16:51 +0800 Subject: [PATCH] treewide: commit lock everything --- nixos/profiles/core/packages/overlays/prismlauncher.nix | 2 +- .../profiles/device-type/graphical/nixos/fonts/default.nix | 4 ++-- .../profiles/device-type/graphical/nixos/scripts/default.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/profiles/core/packages/overlays/prismlauncher.nix b/nixos/profiles/core/packages/overlays/prismlauncher.nix index be2ccd4..97bae05 100644 --- a/nixos/profiles/core/packages/overlays/prismlauncher.nix +++ b/nixos/profiles/core/packages/overlays/prismlauncher.nix @@ -6,7 +6,7 @@ final: prev: { (old.patches or []) ++ [ (prev.fetchpatch { - url = "https://raw.githubusercontent.com/Misterio77/nix-config/main/overlays/offline-mode-prism-launcher.diff"; + url = "https://raw.githubusercontent.com/Misterio77/nix-config/ac1d7bbcafb6be75e94448c7ae7a94d460e3129d/overlays/offline-mode-prism-launcher.diff"; hash = "sha256-vMcAvhD0Ms4Tvwpzs/YfORc8ki7MNMurdJJ/yswfxFM="; }) ]; diff --git a/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/fonts/default.nix b/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/fonts/default.nix index dacb440..1f753f1 100644 --- a/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/fonts/default.nix +++ b/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/fonts/default.nix @@ -6,11 +6,11 @@ recursive = true; }; "fontconfig/conf.d/web-ui-fonts.conf".source = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/lilydjwg/dotconfig/master/fontconfig/web-ui-fonts.conf"; + url = "https://raw.githubusercontent.com/lilydjwg/dotconfig/1b22d4f0740bb5bbd7c65b6c468920775171b207/fontconfig/web-ui-fonts.conf"; hash = "sha256-A4DcV6HTW/IRxXN3NaI1GUfoFdalwgFLpCjgbWENdZU="; }; "fontconfig/conf.d/source-han-for-noto-cjk.conf".source = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/lilydjwg/dotconfig/master/fontconfig/source-han-for-noto-cjk.conf"; + url = "https://raw.githubusercontent.com/lilydjwg/dotconfig/1b22d4f0740bb5bbd7c65b6c468920775171b207/fontconfig/source-han-for-noto-cjk.conf"; hash = "sha256-jcdDr5VW1qZXbApgfT5FZgxonpRnLs9AY0QagfdL8ic="; }; }; diff --git a/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/scripts/default.nix b/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/scripts/default.nix index 825cd1d..71ea872 100644 --- a/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/scripts/default.nix +++ b/users/guanranwang/home-manager/profiles/device-type/graphical/nixos/scripts/default.nix @@ -10,7 +10,7 @@ in { }; "${binPATH}/lofi" = { source = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/lime-desu/bin/main/lofi"; + url = "https://raw.githubusercontent.com/lime-desu/bin/69422c37582c5914863997c75c268791a0de136e/lofi"; hash = "sha256-hT+S/rqOHUYnnFcSDFfQht4l1DGasz1L3wDHKUWLraA="; }; executable = true;