nixfmt-rfc-style: 2025-03-03 -> 2025-04-04

Probably the last unstable update before stabilising nixfmt. Includes:
- Crucial fixes for the merge tool: https://github.com/NixOS/nixfmt/pull/291
- Recursive mode deprecation warning informing of nixfmt-tree: https://github.com/NixOS/nixfmt/pull/287
This commit is contained in:
Silvan Mosberger
2025-04-04 14:06:16 +02:00
parent b664a412c0
commit e6067eeed9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
2025-03-03
2025-04-04
@@ -25,8 +25,8 @@ mkDerivation {
pname = "nixfmt";
version = "0.6.0";
src = fetchzip {
url = "https://github.com/nixos/nixfmt/archive/3261d1016ecc753c59ff92767a257f91b587e705.tar.gz";
sha256 = "0jk6mgp710iwxyc7wa5kzz0p0rpcwbbs21smnv14cyii0jniz42s";
url = "https://github.com/nixos/nixfmt/archive/65af4b69133d19f534d97746c97c2d5b464f43b4.tar.gz";
sha256 = "0l0w3janvss1n1j7qkcml97zndm2jm2gbrzzs9d8l0ixnrw0cd5r";
};
isLibrary = true;
isExecutable = true;