Skip to content

Commit

Permalink
Merge pull request #324192 from infinisil/update-nixfmt
Browse files Browse the repository at this point in the history
nixfmt: unstable-2024-05-28 -> unstable-2024-07-03
  • Loading branch information
0x4A6F authored Jul 3, 2024
2 parents f33bc1a + 72ae7e0 commit 3281224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/ni/nixfmt-rfc-style/date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-05-28
2024-07-03
6 changes: 3 additions & 3 deletions pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mkDerivation {
pname = "nixfmt";
version = "0.6.0";
src = fetchzip {
url = "https://github.com/nixos/nixfmt/archive/c67a7b65906bd2432730929bd0e4957659c95b8e.tar.gz";
sha256 = "03f00vwlla6i3m125389h3xjsl5xm07630ahm4w5gqwq1007y3r2";
url = "https://github.com/nixos/nixfmt/archive/698954723ecec3f91770460ecae762ce590f2d9e.tar.gz";
sha256 = "1k057nxj58ghid15gd4xi19whaavqgspypk69r0qshb5bhl74nm5";
};
isLibrary = true;
isExecutable = true;
Expand All @@ -22,7 +22,7 @@ mkDerivation {
];
jailbreak = true;
homepage = "https://github.com/NixOS/nixfmt";
description = "Opinionated formatter for Nix";
description = "The official formatter for Nix code";
license = lib.licenses.mpl20;
mainProgram = "nixfmt";
}

0 comments on commit 3281224

Please sign in to comment.