Merge pull request #54110 from romildo/upd.shades-of-gray-theme

shades-of-gray-theme: 1.1.3 -> 1.1.4
This commit is contained in:
Jörg Thalheim 2019-01-16 22:23:53 +00:00 committed by GitHub
commit 9b99afa86a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "shades-of-gray-theme-${version}";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "WernerFP";
repo = "Shades-of-gray-theme";
rev = version;
sha256 = "14p1s1pmzqnn9j9vwqfxfd4i045p356a6d9rwzzs0gx3c6ibqx3a";
sha256 = "1i5mra1ib3c8xqnhwjh8yzjcdnhvqdmccw5x52sfh9xq797px39l";
};
buildInputs = [ gtk_engines ];