Skip to content

Commit

Permalink
Merge pull request #95659 from numtide/nixpkgs-fmt
Browse files Browse the repository at this point in the history
nixpkgs-fmt: 0.9.0 -> 1.0.0
  • Loading branch information
zimbatm authored Aug 18, 2020
2 parents cfd599e + f85c04a commit a19e167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/nix/nixpkgs-fmt/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ lib, rustPlatform, fetchFromGitHub, fetchpatch }:
rustPlatform.buildRustPackage rec {
pname = "nixpkgs-fmt";
version = "0.9.0";
version = "1.0.0";

src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
sha256 = "1kkw87c63nx5pqsxcwn6iw27k02j9ls21zyhb5dvf0zaqd9sz7ad";
sha256 = "0w1himwix7iv40rixj9afknwmqg2qmkif23z217gc7x63zyg9vdc";
};

cargoSha256 = "1wybvm9qckx9cd656gx9zrbszmaj66ihh2kk6qqdb6maixcq5k0x";
cargoSha256 = "1qzhii72hjdxmgfncvyk80ybvk6zywd6v73bb1ibhnry734grzvw";

meta = with lib; {
description = "Nix code formatter for nixpkgs";
Expand Down

0 comments on commit a19e167

Please sign in to comment.