Merge pull request #100084 from romildo/upd.luna-icons

luna-icons: 2020-08-09 -> 0.6
gstqt5
José Romildo Malaquias 2020-10-18 17:01:48 -03:00 committed by GitHub
commit 0363fd5fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "luna-icons";
version = "2020-08-09";
version = "0.6";
src = fetchFromGitHub {
owner = "darkomarko42";
repo = pname;
rev = "d32aacabcc018212c460833327e1b54a716a5a23";
sha256 = "1f1ypxcvmd97afn7612i8gxmbrj80vx45vqrrh3n0p65jw5lg7zc";
rev = version;
sha256 = "1lm7ws7in8cjjl38c7xw67jr42d717kk5kkfac7rprk0z7pb104l";
};
nativeBuildInputs = [
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
cp -a Luna* $out/share/icons
for theme in $out/share/icons/*; do
gtk-update-icon-cache $theme
gtk-update-icon-cache "$theme"
done
runHook postInstall