mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #20980 from romildo/upd.arc-theme
arc-theme: 2016-10-13 -> 2016-11-25
This commit is contained in:
commit
5155cd8b30
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "arc-theme";
|
pname = "arc-theme";
|
||||||
version = "2016-10-13";
|
version = "2016-11-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "horst3180";
|
owner = "horst3180";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "a9ce9d56ae61f23592fa4a8c200085dde7b43e07";
|
rev = "d641d3de1641a9aa0a0f6ac1bacec91d9fdd3326";
|
||||||
sha256 = "02w8nckd4q548shdgml9ndnbnq1g7nq6v8df89mx4l3lc9r6354y";
|
sha256 = "06ysd19bpqsng2bp2gqzn0wpjhldxgwvlzngrs6mkm9hr7ky5z00";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue