Merge pull request #113939 from SuperSandro2000/nixpkgs-fmt

nixpkgs-fmt: 1.0.0 -> 1.1.0
This commit is contained in:
davidak 2021-02-22 02:14:44 +01:00 committed by GitHub
commit f496334da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
{ lib, rustPlatform, fetchFromGitHub, fetchpatch }: { lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nixpkgs-fmt"; pname = "nixpkgs-fmt";
version = "1.0.0"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0w1himwix7iv40rixj9afknwmqg2qmkif23z217gc7x63zyg9vdc"; sha256 = "sha256-99rYdyDLAdY2JCy/x4wYksrV8mhKPERYjWNh4UOtYrk=";
}; };
cargoSha256 = "1qzhii72hjdxmgfncvyk80ybvk6zywd6v73bb1ibhnry734grzvw"; cargoSha256 = "sha256-9XmCZwLzaX61HJWRSi7wf7BdLCOMFYIVXiDNYYfUTlk=";
meta = with lib; { meta = with lib; {
description = "Nix code formatter for nixpkgs"; description = "Nix code formatter for nixpkgs";