[create-pull-request] automated change

This commit is contained in:
Mic92 2025-04-30 03:16:41 +00:00 committed by mergify[bot]
parent 655c96c8c5
commit c54d8ea786
2 changed files with 15 additions and 15 deletions

18
flake.lock generated
View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745502102, "lastModified": 1745812220,
"narHash": "sha256-LqhRwzvIVPEjH0TaPgwzqpyhW6DtCrvz7FnUJDoUZh8=", "narHash": "sha256-hotBG0EJ9VmAHJYF0yhWuTVZpENHvwcJ2SxvIPrXm+g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "ca27b88c88948d96feeee9ed814cbd34f53d0d70", "rev": "d0c543d740fad42fe2c035b43c9d41127e073c78",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,10 +42,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1745601035, "lastModified": 1745948803,
"narHash": "sha256-8e01Pl2rHmzrEPgA1aCDl35hVtEc0f3TbsWVmSVg/Xc=", "narHash": "sha256-RjiwvnHauZ4ou07qY7IJnzPzQ8NDRSqgMi6cL4LX57c=",
"ref": "nixos-unstable-small", "ref": "nixos-unstable-small",
"rev": "ff0e1b3d462c6741833a884dbd38bc6ea9a882b1", "rev": "434083485e8da8b8d80d8b601a4f9a7d5c83971b",
"shallow": true, "shallow": true,
"type": "git", "type": "git",
"url": "https://github.com/NixOS/nixpkgs" "url": "https://github.com/NixOS/nixpkgs"
@ -114,11 +114,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744961264, "lastModified": 1745929750,
"narHash": "sha256-aRmUh0AMwcbdjJHnytg1e5h5ECcaWtIFQa6d9gI85AI=", "narHash": "sha256-k5ELLpTwRP/OElcLpNaFWLNf8GRDq4/eHBmFy06gGko=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "8d404a69efe76146368885110f29a2ca3700bee6", "rev": "82bf32e541b30080d94e46af13d46da0708609ea",
"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-8aca9fe.tar.gz/MobileFrontend-REL1_43-8aca9fe.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_43-aca984e.tar.gz/MobileFrontend-REL1_43-aca984e.tar.gz";
hash = "sha256-Pn5PGka8KqjC8/p1UZSTtu++ib0lNVSbmDQ5Y4lxP3I="; hash = "sha256-8V6jHMF6GeoBoWrqx1G/sSDYOjHzcJl1OHc88WzNLxM=";
}; };
"DarkMode" = fetchzip { "DarkMode" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_43-c1b6238.tar.gz/DarkMode-REL1_43-c1b6238.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_43-c1b6238.tar.gz/DarkMode-REL1_43-c1b6238.tar.gz";
@ -13,11 +13,11 @@
hash = "sha256-JVNHE4hQD+gk/ber728QJck2OS76jaHEyVWr45+P/HI="; hash = "sha256-JVNHE4hQD+gk/ber728QJck2OS76jaHEyVWr45+P/HI=";
}; };
"Translate" = fetchzip { "Translate" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_43-a68b907.tar.gz/Translate-REL1_43-a68b907.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_43-dd979b6.tar.gz/Translate-REL1_43-dd979b6.tar.gz";
hash = "sha256-p3lufU4ZHzIazIK9FVeefVgq1qN8VGAgpn/SDw357jc="; hash = "sha256-Hlp08TSDfqFe8dwY/JGVcpUJUZ5pmmflM1IB0jpg560=";
}; };
"UniversalLanguageSelector" = fetchzip { "UniversalLanguageSelector" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_43-4e8a076.tar.gz/UniversalLanguageSelector-REL1_43-4e8a076.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_43-2275fe3.tar.gz/UniversalLanguageSelector-REL1_43-2275fe3.tar.gz";
hash = "sha256-PAGEB1FiInWRQLjubRiCHNm+EZupuic1/5g+5nCnxek="; hash = "sha256-Th7rXDRn36LobvzKDFEO1MRrkAU5Lvad0UiOwlTdzzQ=";
}; };
} }