nixfmt: 1.0.0 → 1.0.1

https://github.com/NixOS/nixfmt/releases/tag/v1.0.1
This commit is contained in:
Matt Sturgeon
2025-09-16 21:23:51 +01:00
parent d1f95f29b6
commit a7502898db
+3 -3
View File
@@ -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;