diff options
author | Rutger Broekhoff | 2024-10-21 00:12:46 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2024-10-21 00:12:46 +0200 |
commit | 7edcc4856400107602c28a58b9eb774d577f0375 (patch) | |
tree | 483927c439b3b5f46ea105c7b32296f7673b6f26 /flake.nix | |
parent | bc709f0f23be345a1e2ccd06acd36bd5dac40bde (diff) | |
download | gitolfs3-7edcc4856400107602c28a58b9eb774d577f0375.tar.gz gitolfs3-7edcc4856400107602c28a58b9eb774d577f0375.zip |
Fix SHA256 checksum encoding
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | ||