3
0
Fork 0
forked from mirrors/nixpkgs

dwarf-fortress-packages.phoebus-theme: 20160128 -> 42.06a

This commit is contained in:
Nikolay Amiantov 2016-04-30 03:03:09 +03:00
parent 91563e23e3
commit 52f6c0cfb8

View file

@ -3,14 +3,15 @@
# On upgrade check https://github.com/DFgraphics/Phoebus/blob/master/manifest.json # On upgrade check https://github.com/DFgraphics/Phoebus/blob/master/manifest.json
# for compatibility information. # for compatibility information.
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "phoebus-theme-20160128"; name = "phoebus-theme-${version}";
version = "42.06a";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "DFgraphics"; owner = "DFgraphics";
repo = "Phoebus"; repo = "Phoebus";
rev = "52b19b69c7323f9002ad195ecd68ac02ff0099a2"; rev = version;
sha256 = "1pw5l5v7l1bvxzjf4fivmagpmghffvz0wlws2ksc7d5vy48ybcmg"; sha256 = "1mkj882mf1lvjs2b7jxfazym9fl1y20slbfi1lgqzbp1872aaxi0";
}; };
installPhase = '' installPhase = ''