Merge pull request #326622 from tweag/update/nixfmt

nixfmt-rfc-style: unstable-2024-07-03 -> unstable-2024-07-12
This commit is contained in:
Silvan Mosberger
2024-07-16 16:22:54 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
2024-07-03
2024-07-12
@@ -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";
}