[create-pull-request] automated change

This commit is contained in:
Mic92 2025-04-10 03:10:34 +00:00 committed by mergify[bot]
parent a30fde003a
commit 353f4fefe6
2 changed files with 15 additions and 15 deletions

18
flake.lock generated
View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743598667, "lastModified": 1744145203,
"narHash": "sha256-ViE7NoFWytYO2uJONTAX35eGsvTYXNHjWALeHAg8OQY=", "narHash": "sha256-I2oILRiJ6G+BOSjY+0dGrTPe080L3pbKpc+gCV3Nmyk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "329d3d7e8bc63dd30c39e14e6076db590a6eabe6", "rev": "76c0a6dba345490508f36c1aa3c7ba5b6b460989",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,10 +42,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744049787, "lastModified": 1744174375,
"narHash": "sha256-Xrcdw5arr01TL1pxvtyQGPBCMg8Budp7ejOG5H9u7cE=", "narHash": "sha256-oxI9TLgnQbQ/WL0tIwVSIooLbXq4PW1QUhf5aQmXFgk=",
"ref": "nixos-unstable-small", "ref": "nixos-unstable-small",
"rev": "48382072d09ce1c72f2a6f716afaecd643226542", "rev": "ef3a956f697525883b77192cbe208233ea0f8f79",
"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": 1744070144, "lastModified": 1744103455,
"narHash": "sha256-ZB6q4xnSWm1eIKjpH195NJ7rlOzQ84BWSCoc002gdLI=", "narHash": "sha256-SR6+qjkPjGQG+8eM4dCcVtss8r9bre/LAxFMPJpaZeU=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "04eb34c6c5be9298e0628ef6532acad4fadbfa21", "rev": "69d5a5a4635c27dae5a742f36108beccc506c1ba",
"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-9de9f8b.tar.gz/MobileFrontend-REL1_43-9de9f8b.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_43-e4f29f0.tar.gz/MobileFrontend-REL1_43-e4f29f0.tar.gz";
hash = "sha256-J6MaW4W+b5jYIvUO+vnnX1OlCg8lCk3TrruoW6D9iIA="; hash = "sha256-7UJupnJYBydRbFTV9au3MoXAwW4zaaN1JZ7kL+a57RY=";
}; };
"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-c78464b.tar.gz/Translate-REL1_43-c78464b.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_43-3ebda29.tar.gz/Translate-REL1_43-3ebda29.tar.gz";
hash = "sha256-zqudo18Iuh28+dwaaR2ZMiDf3Nbi8Mf0TueVWlsBUHg="; hash = "sha256-wtBVVu6eAeXWgzGgV/0HJQmoRqRUmyr1rUV0VmZDOIA=";
}; };
"UniversalLanguageSelector" = fetchzip { "UniversalLanguageSelector" = fetchzip {
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_43-f6847ba.tar.gz/UniversalLanguageSelector-REL1_43-f6847ba.tar.gz"; url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_43-0114937.tar.gz/UniversalLanguageSelector-REL1_43-0114937.tar.gz";
hash = "sha256-D7zqnzmnYMhARO4+pAU3QrDmmTaJPiBPvNaWj4wEPRI="; hash = "sha256-jPhRK3lu9e3M2oBiLAcRwTqKvZjk/6cblbqo91ZnrlM=";
}; };
} }