mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
gnome-themes-standard: add 3.12.0 version
This commit is contained in:
parent
a321e5bbba
commit
8f708a13b1
@ -1,10 +1,10 @@
|
||||
{ stdenv, fetchurl, intltool, gtk3, librsvg, pkgconfig, pango, atk, gtk2, gdk_pixbuf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnome-themes-standard-3.10.0";
|
||||
name = "gnome-themes-standard-3.12.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-themes-standard/3.10/${name}.tar.xz";
|
||||
sha256 = "0f2b3ypkfvrdsxcvp14ja9wqj382f1p46yrjvhhxkkjgagy6qb41";
|
||||
url = "mirror://gnome/sources/gnome-themes-standard/3.12/${name}.tar.xz";
|
||||
sha256 = "a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217";
|
||||
};
|
||||
|
||||
buildInputs = [ intltool gtk3 librsvg pkgconfig pango atk gtk2 gdk_pixbuf ];
|
||||
|
Loading…
Reference in New Issue
Block a user