sizelint: 0.1.4 -> 0.1.5 (#494824)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-27 15:43:05 +00:00
committed by GitHub
+3 -3
View File
@@ -7,18 +7,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sizelint";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "a-kenji";
repo = "sizelint";
tag = "v${finalAttrs.version}";
hash = "sha256-1k1+7fVWhflEKyhOlb7kMn2xqeAM6Y5N9uHtOJvVn4A=";
hash = "sha256-m8Pd7Bnz++5k6J4stbKVd8Y596Y+52xbF0zFJVhdfzI=";
};
nativeCheckInputs = [ git ];
cargoHash = "sha256-Z+pmlp/0LlKfc4QLosePw7TdLFYe6AnAVOJSw2DzlfI=";
cargoHash = "sha256-7cDZrRNTGPdzbvVNt3/HTp7PgoH2txX26RCxdpeo4dM=";
meta = {
description = "Lint your file tree based on file sizes";