dwarf-fortress-packages.cla-theme: 20160128 -> 42.06-v22
This commit is contained in:
parent
3c627be4be
commit
91563e23e3
@ -3,14 +3,15 @@
|
|||||||
# On upgrade check https://github.com/DFgraphics/CLA/blob/master/manifest.json
|
# On upgrade check https://github.com/DFgraphics/CLA/blob/master/manifest.json
|
||||||
# for compatibility information.
|
# for compatibility information.
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "cla-theme-20160128";
|
name = "cla-theme-${version}";
|
||||||
|
version = "42.06-v22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DFgraphics";
|
owner = "DFgraphics";
|
||||||
repo = "CLA";
|
repo = "CLA";
|
||||||
rev = "94088b778ed6f91cbddcd3e33aa1e5efa67f3101";
|
rev = version;
|
||||||
sha256 = "0rx1375x9s791k9wzvj7sxcrv4xaggibxymzirayznvavr7zcsv1";
|
sha256 = "1rr52j1wns17axc27fab0wn0338axzwkqp7cpa690kb3bl1y0pf5";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user