From 35b12b57aa0a0909ccb672ee4f3a433e6990ad03 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 26 Aug 2024 09:43:09 +0100 Subject: [PATCH] fix: bump alejandra to a newer version as the existing version didnt have an input quoted --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index daadb50..ec846ce 100644 --- a/flake.lock +++ b/flake.lock @@ -30,16 +30,15 @@ ] }, "locked": { - "lastModified": 1660592437, - "narHash": "sha256-xFumnivtVwu5fFBOrTxrv6fv3geHKF04RGP23EsDVaI=", + "lastModified": 1719514321, + "narHash": "sha256-ys1nJdZ8zB8JlpUbQmnj0hZalg03bEPgQdZN30DhETE=", "owner": "kamadorueda", "repo": "alejandra", - "rev": "e7eac49074b70814b542fee987af2987dd0520b5", + "rev": "d7552fef2ccf1bbf0d36b27f6fddb19073f205b7", "type": "github" }, "original": { "owner": "kamadorueda", - "ref": "3.0.0", "repo": "alejandra", "type": "github" } diff --git a/flake.nix b/flake.nix index bc55d95..3669f39 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ agenix.url = "github:ryantm/agenix"; arion.url = "github:hercules-ci/arion"; alejandra = { - url = "github:kamadorueda/alejandra/3.0.0"; + url = "github:kamadorueda/alejandra"; inputs.nixpkgs.follows = "nixpkgs"; }; colmena.url = "github:zhaofengli/colmena";