Commit 46bdcb75 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 665bb4f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";