mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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
|
||||
# for compatibility information.
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cla-theme-20160128";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cla-theme-${version}";
|
||||
version = "42.06-v22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DFgraphics";
|
||||
repo = "CLA";
|
||||
rev = "94088b778ed6f91cbddcd3e33aa1e5efa67f3101";
|
||||
sha256 = "0rx1375x9s791k9wzvj7sxcrv4xaggibxymzirayznvavr7zcsv1";
|
||||
rev = version;
|
||||
sha256 = "1rr52j1wns17axc27fab0wn0338axzwkqp7cpa690kb3bl1y0pf5";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user