nixpkgs: 2023-12-14 -> 2023-12-15
``` • Updated input 'nixpkgs-next-unpatched': 'github:nixos/nixpkgs/248d12a902bfc36134176f31beba87b1fe30a3c1' (2023-12-14) → 'github:nixos/nixpkgs/9ad53b7aaf2b9e9e0d7e36ff4f8a779bf9b0195f' (2023-12-15) • Updated input 'nixpkgs-unpatched': 'github:nixos/nixpkgs/fd7914c96f7c006047e0154dd239aa2396478094' (2023-12-14) → 'github:nixos/nixpkgs/8a205497ba6f6938b7b516c184b7cf326ab15548' (2023-12-15) ```
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -37,11 +37,11 @@
|
||||
},
|
||||
"nixpkgs-next-unpatched": {
|
||||
"locked": {
|
||||
"lastModified": 1702576862,
|
||||
"narHash": "sha256-liPhhJX9mCn92QpInvAoVKn6Wmrs2Ph34Zda4XZGOAI=",
|
||||
"lastModified": 1702641673,
|
||||
"narHash": "sha256-yRFH2tMS2HO4OkuBzvt0e2ZycG0epdzeXaVh0VFtw1k=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "248d12a902bfc36134176f31beba87b1fe30a3c1",
|
||||
"rev": "9ad53b7aaf2b9e9e0d7e36ff4f8a779bf9b0195f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -69,11 +69,11 @@
|
||||
},
|
||||
"nixpkgs-unpatched": {
|
||||
"locked": {
|
||||
"lastModified": 1702578284,
|
||||
"narHash": "sha256-gGNEJDUtKWvGUA9RsQwfbL3z9e4wMOHhslvbUG3qClE=",
|
||||
"lastModified": 1702656322,
|
||||
"narHash": "sha256-KNa7Y87K9OQ+NanjhBXvSI6rC0+LWmOls+4nZYhW8Kw=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "fd7914c96f7c006047e0154dd239aa2396478094",
|
||||
"rev": "8a205497ba6f6938b7b516c184b7cf326ab15548",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -296,12 +296,12 @@ in [
|
||||
# saneCommit = "507252828934c73c7cffe255dae237c041676c27";
|
||||
# hash = "sha256-HwycOd3v4IifdQqQmMP6w14g0E/T9RAjAw41AsUZQoc=";
|
||||
# })
|
||||
(fetchpatch' {
|
||||
# includes hare-json and hare-ev as pre-reqs
|
||||
title = "bonsai: init at 1.0.0";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/233892";
|
||||
hash = "sha256-EIv0hx0pXQUDz4V3PRj1SpdgNuL068Yh3zBYS9Ioh+w=";
|
||||
})
|
||||
# (fetchpatch' {
|
||||
# # includes hare-json and hare-ev as pre-reqs
|
||||
# title = "bonsai: init at 1.0.0";
|
||||
# prUrl = "https://github.com/NixOS/nixpkgs/pull/233892";
|
||||
# hash = "sha256-EIv0hx0pXQUDz4V3PRj1SpdgNuL068Yh3zBYS9Ioh+w=";
|
||||
# })
|
||||
|
||||
# pin to a pre-0.17.3 release
|
||||
# removing this and using stock 0.17.3 (also 0.17.4) causes:
|
||||
|
@@ -3,10 +3,13 @@
|
||||
, fetchFromSourcehut
|
||||
, gitUpdater
|
||||
, hare
|
||||
, hareThirdParty
|
||||
, hare-ev
|
||||
, hare-json
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (hareThirdParty) hare-json;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bonsai";
|
||||
version = "1.0.2";
|
||||
|
Reference in New Issue
Block a user