From 3db6f45ae05f8566a91b24394dc34442679bdb2a Mon Sep 17 00:00:00 2001 From: José Romildo Date: Tue, 12 Jul 2022 20:15:41 -0300 Subject: numix-icon-theme-square: add update script --- pkgs/data/icons/numix-icon-theme-square/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/data/icons/numix-icon-theme-square') diff --git a/pkgs/data/icons/numix-icon-theme-square/default.nix b/pkgs/data/icons/numix-icon-theme-square/default.nix index 4c23f1c01be..ea1d9dbe912 100644 --- a/pkgs/data/icons/numix-icon-theme-square/default.nix +++ b/pkgs/data/icons/numix-icon-theme-square/default.nix @@ -1,4 +1,4 @@ -{ lib, stdenv, fetchFromGitHub, gtk3, numix-icon-theme, hicolor-icon-theme }: +{ lib, stdenv, fetchFromGitHub, gtk3, numix-icon-theme, hicolor-icon-theme, gitUpdater }: stdenv.mkDerivation rec { pname = "numix-icon-theme-square"; @@ -34,6 +34,8 @@ stdenv.mkDerivation rec { runHook postInstall ''; + passthru.updateScript = gitUpdater {inherit pname version; }; + meta = with lib; { description = "Numix icon theme (square version)"; homepage = "https://numixproject.github.io"; -- cgit 1.4.1