Merge branch 'master' into staging-next

This commit is contained in:
Vladimír Čunát
2019-01-10 13:07:21 +01:00
254 changed files with 5494 additions and 3475 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "elementary-icon-theme-${version}";
version = "5.0.1";
version = "5.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = "icons";
rev = version;
sha256 = "1rw924b3ixfdff368dpv4vgsykwncmrvj9a6yfss0cf236xnvr9b";
sha256 = "12j582f0kggv2lp935r75xg7q26zpl0f05s11xcs4qxazhj1ly2r";
};
nativeBuildInputs = [ meson ninja python3 gtk3 ];
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zafiro-icons";
version = "0.8";
version = "0.8.1";
src = fetchFromGitHub {
owner = "zayronxio";
repo = pname;
rev = "v${version}";
sha256 = "05g94ln3xfp8adw09fckjaml1dpl1simphyhd407lx2mmwkgw6rh";
sha256 = "121fpg74vra8kfvgxi3i7p09qxhck45kv270x6cv5dq1fp2hdm8k";
};
nativeBuildInputs = [ gtk3 ];