fix hash
This commit is contained in:
parent
96410f0fad
commit
b811baf7d3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
}: let
|
||||
raccoon-emoji = pkgs.fetchzip {
|
||||
url = "https://volpeon.ink/art/emojis/raccoon/raccoon.zip";
|
||||
sha256 = "b1986c87e44efcf08abaf2bb818f319e8d3dceb9f2f1a49d50e1c5bfc4434e64";
|
||||
sha256 = "sha256-GkMiYAP0LS0TL6GMDG4R4FkGwFjhIwn3pAWUmCTUfHg=";
|
||||
stripRoot = false;
|
||||
};
|
||||
static_dir = pkgs.stdenvNoCC.mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue