nu-lint: 1.2.1 -> 1.3.0

This commit is contained in:
HigherOrderLogic
2026-07-21 04:36:32 +00:00
parent c4e0120b29
commit c71413cf34

View File

@@ -8,13 +8,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "nu-lint";
version = "1.2.1";
version = "1.3.0";
src = fetchFromCodeberg {
owner = "wvhulle";
repo = "nu-lint";
tag = "v${finalAttrs.version}";
hash = "sha256-5YR1Cn9/psNswLVYtDZGmvoP9AwBANa0sPHN4eqcRhQ=";
hash = "sha256-QkOJFjqZtAo4GqZ/khbx0MZQDB0Hh8S3H9r4ln5AxqM=";
};
cargoHash = "sha256-FA9C7Li4wtXvI8+jDTmdFjqsop6cvGNPByRpOfvQPzw=";