voxinput: 0.7.0 -> 0.8.0 (#470555)

This commit is contained in:
Nick Cao
2025-12-15 21:41:31 +00:00
committed by GitHub
+3 -3
View File
@@ -17,16 +17,16 @@
buildGoModule (finalAttrs: {
pname = "voxinput";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "richiejp";
repo = "VoxInput";
tag = "v${finalAttrs.version}";
hash = "sha256-b+lyoVugm6FSGnmyB4UcrIRic5ZpTcB5BrJCona14zM=";
hash = "sha256-225gpCOYjtMuYhmOG4umNiBjTL8ihY97qsLNK3cxxvY=";
};
vendorHash = "sha256-CquIwApcQvq5r8CckrcL1Qmet0Y4G1L9R3sZyVrZNqw=";
vendorHash = "sha256-+67Ajh+Jy5+mpYQCiUXDG5EKg72YtW0v9IUuswkmUXM=";
nativeBuildInputs = [
makeWrapper