Commit 336701be authored by R. RyanTM's avatar R. RyanTM
Browse files

thumper: 0.2.1 -> 0.2.2

parent ea7bf5de
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;