Skip to content

Commit 5b4e113

Browse files
authored
Bump nixpkgs-fmt 1.1.0 -> 1.3.0 (#70)
1 parent 8b82876 commit 5b4e113

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

src/ext/nixpkgs-fmt.nix

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ pkgs.rustPlatform.buildRustPackage rec {
44

55
pname = "nixpkgs-fmt";
66

7-
# nixpkgs-fmt 1.2.0 breaks indentation of code examples in comments
8-
version = "1.1.0";
7+
version = "1.3.0";
98

109
src = pkgs.fetchFromGitHub {
1110
owner = "nix-community";
1211
repo = pname;
1312
rev = "v${version}";
14-
sha256 = "1fb2mm1y2qb3imc48g2ad3rdbjlj326cggrc4hvdc0fb41vxinpp";
13+
sha256 = "sha256-6Ut4/ix915EoaPCewoG3KhKBA+OaggpDqnx2nvKxEpQ=";
1514
};
1615

17-
cargoSha256 = "1lsw6dwkjdwdqcx7gjsg2ndi4r79m8qyxgx7yz3al0iscwm7i645";
16+
cargoSha256 = "sha256-yIwCBm46sgrpTt45uCyyS7M6V0ReGUXVu7tyrjdNqeQ=";
1817

1918
meta = with lib; {
2019
description = "Nix code formatter for nixpkgs";

src/options/mkGitRevOverlay.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
iogx-inputs:
2-
{}
2+
{ }

src/options/mkHydraRequiredJob.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
iogx-inputs:
2-
{}
2+
{ }

0 commit comments

Comments
 (0)