nixfmt: 1.0.0 → 1.0.1
https://github.com/NixOS/nixfmt/releases/tag/v1.0.1
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nixfmt";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/nixos/nixfmt/archive/v1.0.0.tar.gz";
|
||||
sha256 = "0iy2p893b2b5y4mvhy0d62675a7nd8fc6jm9mr32v9h2baj9ii3p";
|
||||
url = "https://github.com/nixos/nixfmt/archive/v1.0.1.tar.gz";
|
||||
sha256 = "00ra92pq3926vr96wjzn9109zljbv1qy64nv9p2vgabnwwhx5nll";
|
||||
};
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
||||
Reference in New Issue
Block a user