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 'discord-overlay': 'github:matt1432/discord-nightly-overlay/aaee3dc' (2024-08-29) → 'github:matt1432/discord-nightly-overlay/c61d792' (2024-08-30) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1b35667' (2024-08-20) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=c99b986' (2024-08-29) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=92a0dd1&submodules=1' (2024-08-29) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=c5fd577&submodules=1' (2024-08-30) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/23c7925' (2024-08-28) → 'github:hyprwm/aquamarine/cff0019' (2024-08-30) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/aadf9a2' (2024-08-28) → 'github:hyprwm/hyprutils/8976e3f' (2024-08-29) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/0ce5684' (2024-08-29) → 'github:Jovian-Experiments/Jovian-NixOS/a14f978' (2024-08-30) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/e72651a' (2024-08-29) → 'github:nix-community/nixpkgs-wayland/99b0d59' (2024-08-30) Docker Images: • codeberg.org/forgejo/forgejo 8.0.2: sha256:221639a84fae9d9ec5236a50f4980c3cd5332851949f6e989f5f44cc411cf4fa → sha256:818fd892add3c6ade24ece9cc498301a44f68b844bd21abccf4795e7011094bf • rssbridge/rss-bridge latest: sha256:b5bdea7965411cb1b3c48120ddda04c1e6218bcbeb201d40d81a18e15fcfef78 → sha256:327315251d038d2ddae7eb088569470f52255f8a0cdc4df41eab47dab4624318 Firefox Addons: bitwarden: 2024.8.0 -> 2024.8.1
This commit is contained in:
parent
265be6521c
commit
1ad2610b01
4 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "codeberg.org/forgejo/forgejo";
|
||||
imageDigest = "sha256:221639a84fae9d9ec5236a50f4980c3cd5332851949f6e989f5f44cc411cf4fa";
|
||||
sha256 = "0llhjbr6m33yfbkb3c4xjcwywk7w2p6wahg6xiz73rcsjjgg8lz1";
|
||||
imageDigest = "sha256:818fd892add3c6ade24ece9cc498301a44f68b844bd21abccf4795e7011094bf";
|
||||
sha256 = "06i7f7jy39mh920m8l2nw98ds86s2lv6q7i1g1l5yy4f6fvsh1k4";
|
||||
finalImageName = "codeberg.org/forgejo/forgejo";
|
||||
finalImageTag = "8.0.1";
|
||||
finalImageTag = "8.0.2";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "rssbridge/rss-bridge";
|
||||
imageDigest = "sha256:b5bdea7965411cb1b3c48120ddda04c1e6218bcbeb201d40d81a18e15fcfef78";
|
||||
sha256 = "1w13ri9087vq6yycijvgp24g1qmfal7cg9hj51av905qqlkb8kx2";
|
||||
imageDigest = "sha256:327315251d038d2ddae7eb088569470f52255f8a0cdc4df41eab47dab4624318";
|
||||
sha256 = "03w1jnhxahbvlmnby7c5v47sm1ypz98v0w5inm8bdwi765r7db60";
|
||||
finalImageName = "rssbridge/rss-bridge";
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -29,10 +29,10 @@
|
|||
};
|
||||
"bitwarden" = buildFirefoxXpiAddon {
|
||||
pname = "bitwarden";
|
||||
version = "2024.8.0";
|
||||
version = "2024.8.1";
|
||||
addonId = "{446900e4-71c2-419f-a6a7-df9c091e268b}";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4340992/bitwarden_password_manager-2024.8.0.xpi";
|
||||
sha256 = "8b7dba43a2820adce4d9ae497be119eac3802c01bd4b5a536941fbeea8adac59";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4343724/bitwarden_password_manager-2024.8.1.xpi";
|
||||
sha256 = "52b19c69997bc392ebea26e12f1420b2bf42850df2a28dcd64b303396009554d";
|
||||
meta = with lib; {
|
||||
homepage = "https://bitwarden.com";
|
||||
description = "At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information.";
|
||||
|
|
Loading…
Reference in a new issue