Unverified Commit d317ef09 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

schemat: 0.4.1 -> 0.4.2 (#429111)

parents ddbdfec6 0d89dd47
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "schemat";
  version = "0.4.1";
  version = "0.4.2";

  src = fetchFromGitHub {
    owner = "raviqqe";
    repo = "schemat";
    tag = "v${finalAttrs.version}";
    hash = "sha256-GthDo45Kmz7ZNwFZGGhTcyDn8+g6QUbaVv8M46tm+Qs=";
    hash = "sha256-JOrBQvrnA/qSmI+jJjGjcxEWFDCfiUmtJaZPI3N0rMk=";
  };

  cargoHash = "sha256-g18k/wyZqeunTHnLnfOTh4I0NlbgNya5y3EZVyY1B1c=";
  cargoHash = "sha256-zGP8m05g6zEQ/dx9ChLhUCM2x9q3bltPW+9ku05rzCE=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];