Merge pull request #23144 from romildo/upd.numix-gtk-theme

numix-gtk-theme: 2016-11-19 -> 2017-02-15
This commit is contained in:
Joachim F 2017-02-24 18:50:48 +01:00 committed by GitHub
commit ad0770fb42

View File

@ -3,14 +3,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2016-11-19"; version = "2017-02-15";
name = "numix-gtk-theme-${version}"; name = "numix-gtk-theme-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "numix-gtk-theme"; repo = "numix-gtk-theme";
owner = "numixproject"; owner = "numixproject";
rev = "0e4a840bd1ec434ba660418caaa59ada05d8660e"; rev = "f25d7e04353543e03fd155f4d9dfa80fc6b551f2";
sha256 = "09nacjwrl5k3dgji2smdv6q5v23qjzfayic044bnjfm5d3p3yf6n"; sha256 = "0n57airi1kgg754099sdq40bb0mbp4my385fvslnsjv5d4h8jhvq";
}; };
nativeBuildInputs = [ sass glib libxml2 gdk_pixbuf ]; nativeBuildInputs = [ sass glib libxml2 gdk_pixbuf ];