treewide: use nix-update updateScript for packages I maintain
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
, pkgconfig
|
||||
, meson
|
||||
, ninja
|
||||
@@ -62,6 +63,10 @@ stdenv.mkDerivation rec {
|
||||
tests = {
|
||||
installedTests = nixosTests.installed-tests.graphene;
|
||||
};
|
||||
|
||||
updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user