chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/198993b' (2024-11-03) → 'github:Aylur/ags/e04f229' (2024-11-06) • Updated input 'astal': 'github:Aylur/astal/8c6d218' (2024-11-04) → 'github:Aylur/astal/5151434' (2024-11-07) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/4628b42' (2024-11-03) → 'github:elchininet/custom-sidebar/dc0195d' (2024-11-07) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/a1094ba' (2024-11-04) → 'github:matt1432/discord-nightly-overlay/4746f78' (2024-11-06) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/5216bcc' (2024-11-03) → 'github:Vendicated/vencord/9d4e859' (2024-11-05) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=258f690' (2024-11-01) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=74d30f1' (2024-11-05) • Updated input 'home-manager': 'github:nix-community/home-manager/8f6ca78' (2024-11-03) → 'github:nix-community/home-manager/2f607e0' (2024-11-05) • Updated input 'hyprland': 'github:hyprwm/Hyprland/88e9e03' (2024-11-04) → 'github:hyprwm/Hyprland/2ec2b3b' (2024-11-06) • Updated input 'hyprland-plugins': 'github:hyprwm/hyprland-plugins/c347d8a' (2024-11-02) → 'github:hyprwm/hyprland-plugins/44859f8' (2024-11-04) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/e74e57a' (2024-11-03) → 'github:Jovian-Experiments/Jovian-NixOS/84da088' (2024-11-06) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/43f595b' (2024-11-03) → 'github:fufexan/nix-gaming/0c25376' (2024-11-05) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/7ffd9ae' (2024-11-02) → 'github:NixOS/nixpkgs/4aa3656' (2024-11-05) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/50ee762' (2024-11-04) → 'github:nix-community/nixpkgs-wayland/be9941c' (2024-11-06) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/12c6a2b' (2024-11-02) → 'github:matt1432/nixos-pcsd/8a30887' (2024-11-05) • Updated input 'sops-nix': 'github:Mic92/sops-nix/59d6988' (2024-11-04) → 'github:Mic92/sops-nix/c5ae1e2' (2024-11-06) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/8de2706' (2024-11-03) → 'github:gjsify/ts-for-gir/84baa3a' (2024-11-06) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/aad7e48' (2024-11-04) → 'github:make-all/tuya-local/fb583c9' (2024-11-05) Docker Images: • hrfee/jfa-go unstable: sha256:5254d210cbd45e7423e7f2ae31e5e6dcfa232311ee79da8edd3b7982b144c598 → sha256:739977423a29f65811d50d1bb98571db38da109e2f6f2d2dc4384092d009cacc • vegardit/gitea-act-runner dind-latest: sha256:ea8e9a0304fba7648b62fe19c39c38dd08e8c71b8d2a0cac65f834ccf6215daf → sha256:61c937fd19ead374764f7a00f3e284521b5d0eea8edef6761276e3cd06bf4a9a • ghcr.io/immich-app/immich-machine-learning release: sha256:e8c416445db60c0ec94394c1e0e672b78409664f17de78787c62f6d13d3f6d92 → sha256:a7c897a0b011b031c5f825e1667a6de4793c15adc53300f8ba4170d12a68d913 • ghcr.io/immich-app/immich-server release: sha256:d63feeee7a41095b3c1b18607d86a1264bcac53728a19f538a77a6e66043f492 → sha256:ac215f5c1a52f7b25617924db61d54bb72b534d902ccb58eb595cdba98899aa3 • ghcr.io/linuxserver/bazarr latest: sha256:81e922037f03d40c77220d20ed73591b0ef9995638d5c68ff2c5d82ae36eea8d → sha256:88684337f4e3ea6c47623e47c5c27f798ed0d24fbca3e08c8d04be7a2b8a5668 Firefox Addons: darkreader: 4.9.94 -> 4.9.96
This commit is contained in:
parent
7b48cb8487
commit
c4e8e56835
9 changed files with 15 additions and 15 deletions
|
@ -43,7 +43,7 @@ export const updateDocker = () => {
|
|||
|
||||
const out = spawnSync('updateImages', [imagePath], { shell: true }).stdout.toString();
|
||||
|
||||
if (out !== '# Locked') {
|
||||
if (!out.startsWith('# Locked')) {
|
||||
return out;
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "vegardit/gitea-act-runner";
|
||||
imageDigest = "sha256:ea8e9a0304fba7648b62fe19c39c38dd08e8c71b8d2a0cac65f834ccf6215daf";
|
||||
sha256 = "1x2vnnz38jivrk4wmqymxlhmaz0vasq81r6p9zlfr7pwj8hysj4m";
|
||||
imageDigest = "sha256:61c937fd19ead374764f7a00f3e284521b5d0eea8edef6761276e3cd06bf4a9a";
|
||||
sha256 = "032hx148m1anhzkz7sskxx44kzkmfl56y8bsbh4k378gr7h2y8ij";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "dind-latest";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "ghcr.io/immich-app/immich-machine-learning";
|
||||
imageDigest = "sha256:e8c416445db60c0ec94394c1e0e672b78409664f17de78787c62f6d13d3f6d92";
|
||||
sha256 = "1c89p8p0nwbfnpci0yyin7kg7wr5699v27cnj574690nfw4wppnm";
|
||||
imageDigest = "sha256:a7c897a0b011b031c5f825e1667a6de4793c15adc53300f8ba4170d12a68d913";
|
||||
sha256 = "1di6avyffyx52wa2zdpgspvxsghqpgzsriq3x8dv2vh9rbps9h2i";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "release";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "ghcr.io/immich-app/immich-server";
|
||||
imageDigest = "sha256:d63feeee7a41095b3c1b18607d86a1264bcac53728a19f538a77a6e66043f492";
|
||||
sha256 = "0xlbnwcf445i949z7ai2vw0wfac7c1iapd5fsvlzz7wm29hsv1pg";
|
||||
imageDigest = "sha256:ac215f5c1a52f7b25617924db61d54bb72b534d902ccb58eb595cdba98899aa3";
|
||||
sha256 = "11zr4wg3wn1rhi6ix2c312f7pn6d1a6ic7930pwvaq8anylpch1i";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "release";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "ghcr.io/linuxserver/bazarr";
|
||||
imageDigest = "sha256:81e922037f03d40c77220d20ed73591b0ef9995638d5c68ff2c5d82ae36eea8d";
|
||||
sha256 = "17x0x19rfs69fzdqj90l35c0ifk81hrnql3lq73jakdmqr283hdz";
|
||||
imageDigest = "sha256:88684337f4e3ea6c47623e47c5c27f798ed0d24fbca3e08c8d04be7a2b8a5668";
|
||||
sha256 = "1r9jrbc9vqxnk6sh3k8c6k9c1c64498fk61nbvgasxhaf4l82cz1";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "hrfee/jfa-go";
|
||||
imageDigest = "sha256:5254d210cbd45e7423e7f2ae31e5e6dcfa232311ee79da8edd3b7982b144c598";
|
||||
sha256 = "17nwfa9jb2adrx4krvalinsggizwwkn5aq2dmrpr204zq1rhcylb";
|
||||
imageDigest = "sha256:739977423a29f65811d50d1bb98571db38da109e2f6f2d2dc4384092d009cacc";
|
||||
sha256 = "07dcxwqgkk2kb2mr3pvmabbmry39sw03dqymzhs9gws489w4wzcm";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "unstable";
|
||||
}
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -82,10 +82,10 @@
|
|||
};
|
||||
"darkreader" = buildFirefoxXpiAddon {
|
||||
pname = "darkreader";
|
||||
version = "4.9.94";
|
||||
version = "4.9.96";
|
||||
addonId = "addon@darkreader.org";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4359254/darkreader-4.9.94.xpi";
|
||||
sha256 = "251c4e7d0a30c0cab006803600e59ab92dcc0c606429740d42677846d4c9ccd6";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4378073/darkreader-4.9.96.xpi";
|
||||
sha256 = "6e2f1a36d2398195b0cd7ee0fcb198ea4db6a57a1b3bf7b2cf5f17a8768f477e";
|
||||
meta = with lib; {
|
||||
homepage = "https://darkreader.org/";
|
||||
description = "Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.";
|
||||
|
|
|
@ -30,7 +30,7 @@ in
|
|||
|
||||
pnpmDeps = pnpm.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-M5PpW8bUoOPeNZefknNxcoWBYqI7AXN37fQ41rHnEa8=";
|
||||
hash = "sha256-kjEgOaBlWtJbBOpWv2OzRqIT2TJK1sDJzpp41JQv6CU=";
|
||||
};
|
||||
|
||||
passthru.update = concatTextFile {
|
||||
|
|
Loading…
Reference in a new issue