statping-ng: 0.92.0 -> 0.93.0 (#414145)

Co-authored-by: FKouhai <frandres00@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-17 20:26:01 +00:00
committed by GitHub
co-authored by FKouhai
+2 -2
View File
@@ -10,13 +10,13 @@
yarnConfigHook,
}:
let
version = "0.92.0";
version = "0.93.0";
src = fetchFromGitHub {
owner = "statping-ng";
repo = "statping-ng";
tag = "v${version}";
hash = "sha256-E4sVIa8sKmjRcduATTHLklkr+LKX6KucDw42uVFhK4g=";
hash = "sha256-VVM3Jyahs0OQuHiF/r+U9vq9TBOFOtuTzBurAhR1Dhc=";
};
frontend = stdenv.mkDerivation {