Fabian Affolter
2026-04-16 11:19:00 +02:00
parent 665bb4f5b6
commit 46bdcb753a
+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";