monitor: switch to gitUpdater

This commit is contained in:
Bobby Rong
2022-06-16 20:39:42 +08:00
parent 5811847961
commit 2125bb51eb
+4 -3
View File
@@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, nix-update-script
, gitUpdater
, meson
, ninja
, vala
@@ -75,8 +75,9 @@ stdenv.mkDerivation rec {
'';
passthru = {
updateScript = nix-update-script {
attrPath = pname;
updateScript = gitUpdater {
inherit pname version;
ignoredVersions = "ci.*";
};
};