nixpkgs: 2024-02-25 -> 2024-02-27

```
• Updated input 'nixpkgs-next-unpatched':
    'github:nixos/nixpkgs/f42891a2fa716dcab10336a1b7313993430568ea' (2024-02-25)
  → 'github:nixos/nixpkgs/6daf4de0662e1d895d220a4a4ddb356eb000abe9' (2024-02-27)
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/8e474340ed0592ca21c1398d88dd89bf7100e881' (2024-02-25)
  → 'github:nixos/nixpkgs/5bd8df40204f47a12263f3614c72cd5b6832a9a0' (2024-02-27)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/2874fbbe4a65bd2484b0ad757d27a16107f6bc17' (2024-02-25)
  → 'github:Mic92/sops-nix/a1c8de14f60924fafe13aea66b46157f0150f4cf' (2024-02-26)
```
This commit is contained in:
2024-02-27 01:22:51 +00:00
parent 92033c8414
commit e90bbfe551
2 changed files with 9 additions and 15 deletions

18
flake.lock generated
View File

@@ -19,11 +19,11 @@
}, },
"nixpkgs-next-unpatched": { "nixpkgs-next-unpatched": {
"locked": { "locked": {
"lastModified": 1708884056, "lastModified": 1708992120,
"narHash": "sha256-xOEdqLXanV6tZ5BEPg5BaGaQL4R1Lfbjd5odplK+kho=", "narHash": "sha256-t/8QV+lEroW5fK44w5oEUalIM0eYYVGs833AHDCIl4s=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f42891a2fa716dcab10336a1b7313993430568ea", "rev": "6daf4de0662e1d895d220a4a4ddb356eb000abe9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -51,11 +51,11 @@
}, },
"nixpkgs-unpatched": { "nixpkgs-unpatched": {
"locked": { "locked": {
"lastModified": 1708887631, "lastModified": 1708995544,
"narHash": "sha256-Dt36BNZnS042z1L0WKzSQg3rbov6J5gUr6rfcL2w+7c=", "narHash": "sha256-YJgLopKOKVTggnKzjX4OiAS22hx/vNv397DcsAyTZgY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8e474340ed0592ca21c1398d88dd89bf7100e881", "rev": "5bd8df40204f47a12263f3614c72cd5b6832a9a0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -82,11 +82,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1708830076, "lastModified": 1708987867,
"narHash": "sha256-Cjh2xdjxC6S6nW6Whr2dxSeh8vjodzhTmQdI4zPJ4RA=", "narHash": "sha256-k2lDaDWNTU5sBVHanYzjDKVDmk29RHIgdbbXu5sdzBA=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "2874fbbe4a65bd2484b0ad757d27a16107f6bc17", "rev": "a1c8de14f60924fafe13aea66b46157f0150f4cf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -26,12 +26,6 @@ let
// (if title != null then { name = title; } else {}) // (if title != null then { name = title; } else {})
) else null; ) else null;
in [ in [
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/291500";
saneCommit = "8ba6a995c34515fcccefc7ad2bbb929c21bd4a31";
title = "libkiwix: 12.1.1 -> 13.1.0";
hash = "sha256-li6wDwhwIwRiuh4eqtRIkJbeOS/ZBIvte3LWby7RnZE=";
})
(fetchpatch' { (fetchpatch' {
saneCommit = "20c9492d303be7cbad560e3d83bc47ab4b1e93f7"; saneCommit = "20c9492d303be7cbad560e3d83bc47ab4b1e93f7";
title = "procmail: support cross compilation"; title = "procmail: support cross compilation";