Unverified Commit dda3bd1c authored by Johannes Kirschbauer's avatar Johannes Kirschbauer Committed by GitHub
Browse files

sizelint: 0.1.3 -> 0.1.4 (#491108)

parents 4b186f25 9b3330bf
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2,20 +2,23 @@
  lib,
  rustPlatform,
  fetchFromGitHub,
  git,
}:

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "sizelint";
  version = "0.1.3";
  version = "0.1.4";

  src = fetchFromGitHub {
    owner = "a-kenji";
    repo = "sizelint";
    tag = "v${finalAttrs.version}";
    hash = "sha256-06RJrE0w1Xhj364dUUuYadxleX12mkB8yO+h1QLZhH0=";
    hash = "sha256-1k1+7fVWhflEKyhOlb7kMn2xqeAM6Y5N9uHtOJvVn4A=";
  };

  cargoHash = "sha256-1kg1xfgzqrbZvazRavM4aW7oyRei9jKW0a+a6z2HLnc=";
  nativeCheckInputs = [ git ];

  cargoHash = "sha256-Z+pmlp/0LlKfc4QLosePw7TdLFYe6AnAVOJSw2DzlfI=";

  meta = {
    description = "Lint your file tree based on file sizes";