From 7edcc4856400107602c28a58b9eb774d577f0375 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 21 Oct 2024 00:12:46 +0200 Subject: Fix SHA256 checksum encoding --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 586486c..0b471d0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,10 @@ { inputs = { - nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.*.tar.gz"; - flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.92.tar.gz"; + nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz"; + flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz"; crane = { - url = "https://flakehub.com/f/ipetkov/crane/0.16.3.tar.gz"; + url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; }; -- cgit v1.2.3