3
0
Fork 0
forked from mirrors/nixpkgs

numix-gtk-theme: 2017-02-15 -> 2017-07-26

This commit is contained in:
romildo 2017-09-14 17:35:59 -03:00 committed by Robert Helgesson
parent 6319210b8a
commit 32f7c567cd
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "2017-02-15";
version = "2017-07-26";
name = "numix-gtk-theme-${version}";
src = fetchFromGitHub {
repo = "numix-gtk-theme";
owner = "numixproject";
rev = "f25d7e04353543e03fd155f4d9dfa80fc6b551f2";
sha256 = "0n57airi1kgg754099sdq40bb0mbp4my385fvslnsjv5d4h8jhvq";
rev = "858e6292c4336302be4d499c9b085a891b4c3b40";
sha256 = "1z9l13px79yk42874dlh8z6p7chlngwarfnki89win3g2xvclz8q";
};
nativeBuildInputs = [ sass glib libxml2 gdk_pixbuf ];