nixfmt-rfc-style: unstable-2024-07-03 -> unstable-2024-07-12

Notably includes https://github.com/NixOS/nixfmt/pull/219
and https://github.com/NixOS/nixfmt/pull/220
This commit is contained in:
Silvan Mosberger 2024-07-12 20:24:17 +02:00
parent 836c11a6f6
commit 8058a2a484
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2024-07-03
2024-07-12

View File

@ -8,8 +8,8 @@ mkDerivation {
pname = "nixfmt";
version = "0.6.0";
src = fetchzip {
url = "https://github.com/nixos/nixfmt/archive/698954723ecec3f91770460ecae762ce590f2d9e.tar.gz";
sha256 = "1k057nxj58ghid15gd4xi19whaavqgspypk69r0qshb5bhl74nm5";
url = "https://github.com/nixos/nixfmt/archive/83de1eceaae8a891ae52a3a2b82226540207309e.tar.gz";
sha256 = "0lnl9vlbyrfplmq3hpmpjlmhjdwwbgk900wgi25ib27v0mlgpnxp";
};
isLibrary = true;
isExecutable = true;
@ -22,7 +22,7 @@ mkDerivation {
];
jailbreak = true;
homepage = "https://github.com/NixOS/nixfmt";
description = "The official formatter for Nix code";
description = "Official formatter for Nix code";
license = lib.licenses.mpl20;
mainProgram = "nixfmt";
}