monitor: switch to gitUpdater

main
Bobby Rong 2 years ago
parent 5811847961
commit 2125bb51eb
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 7
      pkgs/applications/system/monitor/default.nix

@ -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.*";
};
};

Loading…
Cancel
Save