mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
monitor: switch to gitUpdater
This commit is contained in:
parent
5811847961
commit
2125bb51eb
1 changed files with 4 additions and 3 deletions
|
@ -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…
Reference in a new issue