[create-pull-request] automated change

This commit is contained in:
Mic92 2025-06-11 03:20:22 +00:00 committed by mergify[bot]
parent e23a79a50b
commit 5c1a33c9f3
2 changed files with 12 additions and 12 deletions

12
flake.lock generated
View File

@ -42,10 +42,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1749411262, "lastModified": 1749534015,
"narHash": "sha256-gRBkeW9l5lb/90lv1waQFNT+18OhITs11HENarh6vNo=", "narHash": "sha256-tQ81JSorX65STbyJA10TmDVL5Vd3UDfYgp5T1pW/qzI=",
"ref": "nixos-unstable-small", "ref": "nixos-unstable-small",
"rev": "0fc422d6c394191338c9d6a05786c63fc52a0f29", "rev": "03b4f20ad93ed52a80ad55ec88f5eef00279d405",
"shallow": true, "shallow": true,
"type": "git", "type": "git",
"url": "https://github.com/NixOS/nixpkgs" "url": "https://github.com/NixOS/nixpkgs"
@ -74,11 +74,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747603214, "lastModified": 1749592509,
"narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=", "narHash": "sha256-VunQzfZFA+Y6x3wYi2UE4DEQ8qKoAZZCnZPUlSoqC+A=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd", "rev": "50754dfaa0e24e313c626900d44ef431f3210138",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,8 +1,8 @@
{ fetchzip }: { fetchzip }:
{ {
"MobileFrontend" = fetchzip { "MobileFrontend" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_43-520eb1c.tar.gz/MobileFrontend-REL1_43-520eb1c.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_43-b2c9055.tar.gz/MobileFrontend-REL1_43-b2c9055.tar.gz";
hash = "sha256-Xd91d/JdZAZkUvzOq85tpPm2Um+JY08WQQPDjLiqhvE="; hash = "sha256-xiMg4T1hZLOLh3gxEhilw2XOVYer8RGGUyYZlvwYTt0=";
}; };
"DarkMode" = fetchzip { "DarkMode" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_43-dc25af0.tar.gz/DarkMode-REL1_43-dc25af0.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_43-dc25af0.tar.gz/DarkMode-REL1_43-dc25af0.tar.gz";
@ -13,11 +13,11 @@
hash = "sha256-RX5VoB69n1EAy7xxgDlnfBybZrm4w3ygI+sktIUb4OY="; hash = "sha256-RX5VoB69n1EAy7xxgDlnfBybZrm4w3ygI+sktIUb4OY=";
}; };
"Translate" = fetchzip { "Translate" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_43-8b31384.tar.gz/Translate-REL1_43-8b31384.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_43-86613f8.tar.gz/Translate-REL1_43-86613f8.tar.gz";
hash = "sha256-pETZ0EncwqBDEYzFkFoBo8sUl6koQRZB2NE4ZADAgZ0="; hash = "sha256-S7p6Lr4cmDpsmFTNsqxJL1Te5Jhv5byrpaVlDPZEZG8=";
}; };
"UniversalLanguageSelector" = fetchzip { "UniversalLanguageSelector" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_43-7a86dab.tar.gz/UniversalLanguageSelector-REL1_43-7a86dab.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_43-4ad159f.tar.gz/UniversalLanguageSelector-REL1_43-4ad159f.tar.gz";
hash = "sha256-KMKEZAMqpBr4SzMud51vxEscA+Vpq1sh1CB3DzpWPwk="; hash = "sha256-COB+N6q7lIYM7Vc334W3N8knrnhSlEpLIA/QM6Y6a6o=";
}; };
} }