update neofox
This commit is contained in:
parent
2e3ac4cb0c
commit
c658ec46ad
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ stdenvNoCC.mkDerivation {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://volpeon.ink/emojis/neofox/neofox.zip";
|
url = "https://volpeon.ink/emojis/neofox/neofox.zip";
|
||||||
hash = "sha256-aZl+wc7Up7/iPSoim8RXV0pmO+cyjfMIg/36ZADQN0k=";
|
hash = "sha256-zwc8B+DjzO9RI51yIi/jnASA4jN4noNKkIdANApSslA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [unzip];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue