Unverified Commit 9cf954d4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

thumper: 0.2.1 -> 0.2.2 (#502381)

parents bf9e29d6 336701be
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "thumper";
  version = "0.2.1";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "kaaveland";
    repo = "thumper";
    tag = "${finalAttrs.version}";
    hash = "sha256-+W4dBtvqCobxeFa+Zux1/dYVQoO17SscYR8FoAS7KLM=";
    hash = "sha256-6ZjtYS6CE1T7zdLPqILv8HUV8cyXWUGesW8MaYCGeyI=";
  };

  cargoHash = "sha256-m8B0+w0BddK8wQgaFfVUUPYdSDvqfs++A0a0WTIF5Qo=";
  cargoHash = "sha256-H7QV0704bcD7dgkQot81gmtHFEtUccR25FmAK10pYaw=";

  nativeInstallCheckInputs = [ versionCheckHook ];
  doInstallCheck = true;