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

voxinput: 0.8.0 -> 0.9.0 (#480121)

parents 9ac3caa2 782f1e8b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@

buildGoModule (finalAttrs: {
  pname = "voxinput";
  version = "0.8.0";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "richiejp";
    repo = "VoxInput";
    tag = "v${finalAttrs.version}";
    hash = "sha256-225gpCOYjtMuYhmOG4umNiBjTL8ihY97qsLNK3cxxvY=";
    hash = "sha256-0fdzL8J84XNpriuIUfMUzYpopyDqNMwCYAlzw68pMN4=";
  };

  vendorHash = "sha256-+67Ajh+Jy5+mpYQCiUXDG5EKg72YtW0v9IUuswkmUXM=";
  vendorHash = "sha256-Ngb5fXHeQLDhCFHICH7Uj57GOQcMPxF2eIJaDIhl7S0=";

  nativeBuildInputs = [
    makeWrapper