nixpkgs: 2023-08-15 -> 2023-08-16

```
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/8353344d3236d3fda429bb471c1ee008857d3b7c' (2023-08-15)
  → 'github:nixos/nixpkgs/caac0eb6bdcad0b32cb2522e03e4002c8975c62e' (2023-08-16)
```
This commit is contained in:
Colin 2023-08-16 21:23:50 +00:00
parent 3cb00840de
commit 6f9c2a846e
2 changed files with 3 additions and 9 deletions

View File

@ -85,11 +85,11 @@
},
"nixpkgs-unpatched": {
"locked": {
"lastModified": 1692084312,
"narHash": "sha256-Za++qKVK6ovjNL9poQZtLKRM/re663pxzbJ+9M4Pgwg=",
"lastModified": 1692174805,
"narHash": "sha256-xmNPFDi/AUMIxwgOH/IVom55Dks34u1g7sFKKebxUm0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8353344d3236d3fda429bb471c1ee008857d3b7c",
"rev": "caac0eb6bdcad0b32cb2522e03e4002c8975c62e",
"type": "github"
},
"original": {

View File

@ -77,12 +77,6 @@ in [
hash = "sha256-jDXYLlXaEBKMrZ2dgxc6ucrcX/5dtqoIIKw+Ay19vlc=";
})
(fetchpatch' {
title = "g4music: init at 2.4"; #< actually v 3.2
prUrl = "https://github.com/NixOS/nixpkgs/pull/242943";
hash = "sha256-O1uokuocr9T+RK1PsyclnYR37WxI8O6swp5y3kwDNMs=";
})
# (fetchpatch {
# # stdenv: fix cc for pseudo-crosscompilation
# # closed because it breaks pkgsStatic (as of 2023/02/12)