Unverified Commit c4d5ad04 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

sizelint: 0.1.2 -> 0.1.3 (#429320)

parents ef96b73e b04d12bf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "sizelint";
  version = "0.1.2";
  version = "0.1.3";

  src = fetchFromGitHub {
    owner = "a-kenji";
    repo = "sizelint";
    tag = "v${version}";
    hash = "sha256-RwiopJHVyQE+WwiB5Bd89kfQxLl7TROZSB3aanf3fB0=";
    hash = "sha256-06RJrE0w1Xhj364dUUuYadxleX12mkB8yO+h1QLZhH0=";
  };

  cargoHash = "sha256-Kf6QreDGYM0ndmkOND4zhcDdx6SsXHuj7rcwy6tGyQk=";
  cargoHash = "sha256-1kg1xfgzqrbZvazRavM4aW7oyRei9jKW0a+a6z2HLnc=";

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