aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-10-21 00:12:46 +0200
committerLibravatar Rutger Broekhoff2024-10-21 00:12:46 +0200
commit7edcc4856400107602c28a58b9eb774d577f0375 (patch)
tree483927c439b3b5f46ea105c7b32296f7673b6f26 /flake.nix
parentbc709f0f23be345a1e2ccd06acd36bd5dac40bde (diff)
downloadgitolfs3-7edcc4856400107602c28a58b9eb774d577f0375.tar.gz
gitolfs3-7edcc4856400107602c28a58b9eb774d577f0375.zip
Fix SHA256 checksum encoding
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 586486c..0b471d0 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.2405.*.tar.gz";
4 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.92.tar.gz"; 4 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz";
5 5
6 crane = { 6 crane = {
7 url = "https://flakehub.com/f/ipetkov/crane/0.16.3.tar.gz"; 7 url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz";
8 inputs.nixpkgs.follows = "nixpkgs"; 8 inputs.nixpkgs.follows = "nixpkgs";
9 }; 9 };
10 10