update dracula/gtk
This commit is contained in:
parent
0b0262c370
commit
edf76dd1d0
1 changed files with 2 additions and 3 deletions
|
@ -13,10 +13,9 @@ stdenvNoCC.mkDerivation {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dracula";
|
owner = "dracula";
|
||||||
repo = "gtk";
|
repo = "gtk";
|
||||||
rev = "e93c5d8639c874a4245aea07860f344f0dbb18ba";
|
rev = "2d9d506c741a0c49e0e83f476746f7658f04c0d8";
|
||||||
hash = "sha256-h0BQNS3KkpWtvEy//tlc1B0mWu/W2Prctu3cVO5StXg=";
|
hash = "sha256-DCXfmr0/AiMh7UmIIJN9WxYgn9+RNPNnTX7EqX/RGrI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [gtk3];
|
nativeBuildInputs = [gtk3];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue