Update pkgs/tools/nix/nixpkgs-fmt/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
Tim Steinbach
2021-02-21 18:38:03 -05:00
committed by GitHub
parent 095f8cec5a
commit 3ae8bebc9e

View File

@@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub, fetchpatch }:
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "nixpkgs-fmt";
version = "1.1.0";