Merge pull request #47019 from romildo/upd.numix-icon-theme-square

numix-icon-theme-square: 18-08-17 -> 18.09.19
This commit is contained in:
Jörg Thalheim 2018-09-20 18:52:35 +01:00 committed by GitHub
commit b51628ab6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${package-name}-${version}";
package-name = "numix-icon-theme-square";
version = "18.08.17";
version = "18.09.19";
src = fetchFromGitHub {
owner = "numixproject";
repo = package-name;
rev = version;
sha256 = "0pn5m73zd240bk2kilcgv57xn7grhbcj5ay4w1jzzn1f4ifaa0w8";
sha256 = "0q5p901qj3gyzgpy5kk9q5sqb13ka5cfg6wvazlfch1k3kaqksz1";
};
nativeBuildInputs = [ gtk3 numix-icon-theme ];