tauno-monitor: 0.2.15 -> 0.2.16 (#439647)

authored by Peder Bergebakken Sundt and committed by GitHub 16d38007 077f3224

+2 -2
+2 -2
pkgs/by-name/ta/tauno-monitor/package.nix
··· 13 13 }: 14 14 python3Packages.buildPythonApplication rec { 15 15 pname = "tauno-monitor"; 16 - version = "0.2.15"; 16 + version = "0.2.16"; 17 17 pyproject = false; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "taunoe"; 21 21 repo = "tauno-monitor"; 22 22 tag = "v${version}"; 23 - hash = "sha256-x2RgjKI+GSrZYY2sZWFTB1OkBF3s3O+XOpj1Es03ZwE="; 23 + hash = "sha256-0fwZc/aAdHsw8/Wa+Efi9lcvoWuJeJvTUaUUGzR1C+E="; 24 24 }; 25 25 26 26 nativeBuildInputs = [