nixpkgs: 2024-04-01 -> 2024-04-02

```
• Updated input 'nixpkgs-next-unpatched':
    'github:nixos/nixpkgs/409234ba0c73ce2cee676f14b68a88e2b5a52af8' (2024-04-01)
  → 'github:nixos/nixpkgs/7a5ee8d0c786f9fd789b5bb07245d2a8b12193a4' (2024-04-02)
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/e7de14ea98fe984aa73a5a6b2f540ca817471106' (2024-04-01)
  → 'github:nixos/nixpkgs/7ab59131642a42b92f4d6554173ef9a35cbb39f0' (2024-04-02)
```
This commit is contained in:
Colin 2024-04-02 09:10:43 +00:00
parent 747032d9a4
commit a4312f1494
2 changed files with 6 additions and 23 deletions

View File

@ -167,11 +167,11 @@
},
"nixpkgs-next-unpatched": {
"locked": {
"lastModified": 1711951272,
"narHash": "sha256-IW7x5eRm45nXrQCB/78FoOGBqTPKbgeFhOlURMGkaqw=",
"lastModified": 1712037673,
"narHash": "sha256-tQ6iPF7Ph7gScrdilPVr45tE7BGO1Zfyq05pl+qXLSM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "409234ba0c73ce2cee676f14b68a88e2b5a52af8",
"rev": "7a5ee8d0c786f9fd789b5bb07245d2a8b12193a4",
"type": "github"
},
"original": {
@ -199,11 +199,11 @@
},
"nixpkgs-unpatched": {
"locked": {
"lastModified": 1711957039,
"narHash": "sha256-p+4rLB2H0S+Y/ZhqfsfOZgluI9Sxn8Xe9r5niqxSKFI=",
"lastModified": 1712048413,
"narHash": "sha256-mWdmEKYp5MM98SobvW83J+s2S9BH1KnWkzcSaz91BVA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e7de14ea98fe984aa73a5a6b2f540ca817471106",
"rev": "7ab59131642a42b92f4d6554173ef9a35cbb39f0",
"type": "github"
},
"original": {

View File

@ -32,15 +32,6 @@ in [
# etc, where "date" is like "20240228181608"
# and can be found with `nix-repl > :lf . > lastModifiedDate`
(fetchpatch' {
# libnice is the NAT traversal library used by Dino.
# this patch isn't critical, but good to be running latest release when debugging
prUrl = "https://github.com/NixOS/nixpkgs/pull/296583";
title = "libnice: 0.1.21 -> 0.1.22";
hash = "sha256-14/EOGbWtgn+Ls86m4apnlEyKNtdUghWZGesLD1Z/I0=";
merged.staging = "20240324130000";
})
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/298001";
saneCommit = "d599839060400762a67d2c01d15b102ffe75e703";
@ -49,13 +40,6 @@ in [
merged.staging = "20240326000000";
})
(fetchpatch' {
# fixes build break
prUrl = "https://github.com/NixOS/nixpkgs/pull/297581";
title = "pwvucontrol: 0.2 -> 0.3.1";
hash = "sha256-OX6qx4WbQzZR2bu04nPHk9lURGH7kN0TRmeKOXfzCT8=";
})
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/292868";
saneCommit = "f090c1cd6bb5bbb14a86ec90ced78ca1a165a4fe";
@ -65,7 +49,6 @@ in [
})
(fetchpatch' {
# TODO: rebase (or split into smaller PRs)
prUrl = "https://github.com/NixOS/nixpkgs/pull/292415";
title = "sway/hyprland: cross compilation fixes";
hash = "sha256-IDf8OcZzFgw0DalxzBqbqP7TZVnZkzoRHQ51RlR1xWc=";