summaryrefslogtreecommitdiff
path: root/Biz/Bild
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bild')
-rw-r--r--Biz/Bild/Deps.nix2
-rw-r--r--Biz/Bild/Sources.json8
2 files changed, 4 insertions, 6 deletions
diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix
index 20a5e34..8fc9fc8 100644
--- a/Biz/Bild/Deps.nix
+++ b/Biz/Bild/Deps.nix
@@ -43,8 +43,6 @@ in rec
autogen = super.callPackage ./Deps/autogen.nix {};
- gnutls = super.gnutls.override { guileBindings = true; };
-
guile = super.guile_3_0;
guile-opengl = super.callPackage ./Deps/guile-opengl.nix {};
diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json
index ffeea03..6213d95 100644
--- a/Biz/Bild/Sources.json
+++ b/Biz/Bild/Sources.json
@@ -86,16 +86,16 @@
"version": "master"
},
"nixpkgs": {
- "branch": "nixos-22.11",
+ "branch": "nixos-23.05",
"description": "Nix Packages collection",
"homepage": "https://github.com/nixos/nixpkgs",
"name": "nixpkgs",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "dac57a4eccf1442e8bf4030df6fcbb55883cb682",
- "sha256": "025q5d9sjpamlbxyxzrisn3f6x8hnfx666favp0n59mfvh16hphb",
+ "rev": "61676e4dcfeeb058f255294bcb08ea7f3bc3ce56",
+ "sha256": "1rhzwbhf64lhqfjjmbyxaqhx5kwsxmdjq2gklnpb8hw37kblv7y3",
"type": "tarball",
- "url": "https://github.com/nixos/nixpkgs/archive/dac57a4eccf1442e8bf4030df6fcbb55883cb682.tar.gz",
+ "url": "https://github.com/nixos/nixpkgs/archive/61676e4dcfeeb058f255294bcb08ea7f3bc3ce56.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"regex-applicative": {