File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,16 @@ pkgs.rustPlatform.buildRustPackage rec {
4
4
5
5
pname = "nixpkgs-fmt" ;
6
6
7
- # nixpkgs-fmt 1.2.0 breaks indentation of code examples in comments
8
- version = "1.1.0" ;
7
+ version = "1.3.0" ;
9
8
10
9
src = pkgs . fetchFromGitHub {
11
10
owner = "nix-community" ;
12
11
repo = pname ;
13
12
rev = "v${ version } " ;
14
- sha256 = "1fb2mm1y2qb3imc48g2ad3rdbjlj326cggrc4hvdc0fb41vxinpp " ;
13
+ sha256 = "sha256-6Ut4/ix915EoaPCewoG3KhKBA+OaggpDqnx2nvKxEpQ= " ;
15
14
} ;
16
15
17
- cargoSha256 = "1lsw6dwkjdwdqcx7gjsg2ndi4r79m8qyxgx7yz3al0iscwm7i645 " ;
16
+ cargoSha256 = "sha256-yIwCBm46sgrpTt45uCyyS7M6V0ReGUXVu7tyrjdNqeQ= " ;
18
17
19
18
meta = with lib ; {
20
19
description = "Nix code formatter for nixpkgs" ;
Original file line number Diff line number Diff line change 1
1
iogx-inputs :
2
- { }
2
+ { }
Original file line number Diff line number Diff line change 1
1
iogx-inputs :
2
- { }
2
+ { }
You can’t perform that action at this time.
0 commit comments