mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixfmt: 1.2.0 → 1.3.1
https://github.com/NixOS/nixfmt/releases/tag/v1.3.0 https://github.com/NixOS/nixfmt/releases/tag/v1.3.1
This commit is contained in:
parent
4100e830e0
commit
2dcf354cc0
1 changed files with 4 additions and 4 deletions
|
|
@ -24,10 +24,10 @@
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "nixfmt";
|
||||
version = "1.2.0";
|
||||
version = "1.3.1";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/nixos/nixfmt/archive/v1.2.0.tar.gz";
|
||||
sha256 = "1qvj1sddh7bgggqnj7cnhvfh4iz1pwzc9a9awc1g7y349yvpwad3";
|
||||
url = "https://github.com/nixos/nixfmt/archive/v1.3.1.tar.gz";
|
||||
sha256 = "1c0iz6hrzafld8vkldcmall7fvby6xgzzqgap8c3bxwhaxhq86hm";
|
||||
};
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
|
@ -58,6 +58,6 @@ mkDerivation {
|
|||
jailbreak = true;
|
||||
homepage = "https://github.com/NixOS/nixfmt";
|
||||
description = "Official formatter for Nix code";
|
||||
license = lib.licenses.mpl20;
|
||||
license = lib.meta.getLicenseFromSpdxId "MPL-2.0";
|
||||
mainProgram = "nixfmt";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue