aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-04-29 18:15:05 +0200
committerLibravatar Rutger Broekhoff2024-04-29 18:15:05 +0200
commit2723f48c6fa1b26dc1b563fa68b130755a28387e (patch)
treedbfed1d9fadde19303a7d4edf364eb8bfb1816bc /flake.nix
parent6b676295f5f71e255dd585327d95eb1dbd732d4c (diff)
downloadgitolfs3-2723f48c6fa1b26dc1b563fa68b130755a28387e.tar.gz
gitolfs3-2723f48c6fa1b26dc1b563fa68b130755a28387e.zip
Update dependencies
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b1a452d..312d624 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,10 +1,10 @@
1{ 1{
2 inputs = { 2 inputs = {
3 nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.*.tar.gz"; 3 nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.*.tar.gz";
4 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.90.tar.gz"; 4 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.92.tar.gz";
5 5
6 crane = { 6 crane = {
7 url = "https://flakehub.com/f/ipetkov/crane/0.16.0.tar.gz"; 7 url = "https://flakehub.com/f/ipetkov/crane/0.16.3.tar.gz";
8 inputs.nixpkgs.follows = "nixpkgs"; 8 inputs.nixpkgs.follows = "nixpkgs";
9 }; 9 };
10 10