nixfmt: 1.0.1 → 1.1.0

https://github.com/NixOS/nixfmt/releases/tag/v1.1.0
This commit is contained in:
Matt Sturgeon
2025-10-07 17:12:28 +01:00
parent 5d25ebead3
commit da214b1f90

View File

@@ -23,10 +23,10 @@
}:
mkDerivation {
pname = "nixfmt";
version = "1.0.1";
version = "1.1.0";
src = fetchzip {
url = "https://github.com/nixos/nixfmt/archive/v1.0.1.tar.gz";
sha256 = "00ra92pq3926vr96wjzn9109zljbv1qy64nv9p2vgabnwwhx5nll";
url = "https://github.com/nixos/nixfmt/archive/v1.1.0.tar.gz";
sha256 = "19sydkdw1579qmvzx0zq06s23bm6m6l9wp1kvsfhxawk8pkz2pc2";
};
isLibrary = true;
isExecutable = true;