mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
bump to the newer nixpkgs branch
This commit is contained in:
parent
ddfd95faff
commit
a3f50aa481
8
flake.lock
generated
8
flake.lock
generated
@ -68,16 +68,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687349636,
|
"lastModified": 1689791806,
|
||||||
"narHash": "sha256-wpWWNoKJ6z8Nt9egpeiKzsCgkkDO2SO4g6ab9SxgvpM=",
|
"narHash": "sha256-QpXjfiyBFwa7MV/J6nM5FoBreks9O7j9cAZxV22MR8A=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "49b7c90c06e557e7473ef467f40d98e7c368d29f",
|
"rev": "439ba0789ff84dddea64eb2d47a4a0d4887dbb1f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "pull/238965/head",
|
"ref": "pull/244135/head",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,12 @@
|
|||||||
"nixpkgs-23_05" = {
|
"nixpkgs-23_05" = {
|
||||||
url = github:NixOS/nixpkgs?ref=release-23.05;
|
url = github:NixOS/nixpkgs?ref=release-23.05;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# We depend on a very new python-cryptography which is not yet available
|
||||||
|
# from any release branch of nixpkgs. However, it is contained in a PR
|
||||||
|
# currently up for review. Point our nixpkgs at that for now.
|
||||||
"nixpkgs-unstable" = {
|
"nixpkgs-unstable" = {
|
||||||
url = github:NixOS/nixpkgs?ref=pull/238965/head;
|
url = github:NixOS/nixpkgs?ref=pull/244135/head;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Point the default nixpkgs at one of those. This avoids having getting a
|
# Point the default nixpkgs at one of those. This avoids having getting a
|
||||||
|
Loading…
Reference in New Issue
Block a user