audion: 0.2.1 -> 0.2.3 (#510539)

This commit is contained in:
Fabian Affolter
2026-04-16 11:11:06 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "audion";
version = "0.2.1";
version = "0.2.3";
src = fetchFromGitHub {
owner = "audiusGmbH";
repo = "audion";
tag = finalAttrs.version;
hash = "sha256-NtAzh7n5bJXMt73L+FJU3vuNoNgga3wYXdZ2TY8AjIA=";
hash = "sha256-r/ZJ9c2PEl8/AhMlsQaHkVQ9uv5R/qEW66rLSJRGxQk=";
};
cargoHash = "sha256-kIrbHt6aAUgdF4Jx/aUOYpiBj1+pyFLCVak6R+JN2Ug=";
cargoHash = "sha256-f+O/McbMnufNERpZgb8K2CiTeTPXqnX+kJd57zQu474=";
meta = {
description = "Ping the host continuously and write results to a file";