shades-of-gray-theme: 1.1.5 -> 1.1.6

This commit is contained in:
José Romildo Malaquias 2019-03-20 17:37:12 -03:00
parent 61e59fbba0
commit 0dfa84f958

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, gtk_engines, gtk-engine-murrine }:
stdenv.mkDerivation rec {
name = "shades-of-gray-theme-${version}";
version = "1.1.5";
pname = "shades-of-gray-theme";
version = "1.1.6";
src = fetchFromGitHub {
owner = "WernerFP";
repo = "Shades-of-gray-theme";
repo = pname;
rev = version;
sha256 = "1ql8rkbm5l94b842hg53cwf02vbw2785rlrs4cr60d4kn2c0lj2y";
sha256 = "0jp4p0wdmac5dkz1hqhzqmn59zgxqd77gn0napy3wbqr5yc60pp1";
};
buildInputs = [ gtk_engines ];