3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181294 from romildo/upd.numix-icon-theme-circle

numix-icon-theme-circle: 22.06.14 -> 22.07.11
This commit is contained in:
Bobby Rong 2022-07-16 16:42:32 +08:00 committed by GitHub
commit b7798d080b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ 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-circle";
version = "22.06.14";
version = "22.07.11";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-TPJKBDQXwZnYOfDqeCDvjNzwj9lWFKPrUTd9F07wTvQ=";
sha256 = "sha256-0wDSK1sBYEQ+3wr5BkZvvtFdG66uMzHYAtyvpaZZlTI=";
};
nativeBuildInputs = [ gtk3 ];
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = gitUpdater {inherit pname version; };
meta = with lib; {
description = "Numix icon theme (circle version)";
homepage = "https://numixproject.github.io";