Unverified Commit 00a2ac6e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

tauno-monitor: 0.2.1 -> 0.2.9 (#424982)

parents cc33c9df c1c53988
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "tauno-monitor";
  version = "0.2.1";
  version = "0.2.9";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "taunoe";
    repo = "tauno-monitor";
    tag = "v${version}";
    hash = "sha256-WsBov5ftt0lXw3fC04EGAFj1imDaPAmKvWDC5a1y9+k=";
    hash = "sha256-tVl6JZbzAgOlXQzvN9Wq4TTRoGfIyWw243vZFbkcyRo=";
  };

  nativeBuildInputs = [