summary refs log tree commit diff
path: root/pkgs/data/icons/numix-icon-theme-square
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-07-12 20:15:41 -0300
committerJosé Romildo <malaquias@gmail.com>2022-07-12 20:15:41 -0300
commit3db6f45ae05f8566a91b24394dc34442679bdb2a (patch)
treed22ee128f2db55114001d3a4c5bf260d1c84825b /pkgs/data/icons/numix-icon-theme-square
parenta2dc5485aed3082219300151510a8faeb1c64736 (diff)
downloadnixpkgs-3db6f45ae05f8566a91b24394dc34442679bdb2a.tar
nixpkgs-3db6f45ae05f8566a91b24394dc34442679bdb2a.tar.gz
nixpkgs-3db6f45ae05f8566a91b24394dc34442679bdb2a.tar.bz2
nixpkgs-3db6f45ae05f8566a91b24394dc34442679bdb2a.tar.lz
nixpkgs-3db6f45ae05f8566a91b24394dc34442679bdb2a.tar.xz
nixpkgs-3db6f45ae05f8566a91b24394dc34442679bdb2a.tar.zst
nixpkgs-3db6f45ae05f8566a91b24394dc34442679bdb2a.zip
numix-icon-theme-square: add update script
Diffstat (limited to 'pkgs/data/icons/numix-icon-theme-square')
-rw-r--r--pkgs/data/icons/numix-icon-theme-square/default.nix4
1 files changed, 3 insertions, 1 deletions
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";