diff --git a/modules/fedi/neocat.nix b/modules/fedi/neocat.nix index a14d602..43fa31e 100644 --- a/modules/fedi/neocat.nix +++ b/modules/fedi/neocat.nix @@ -9,12 +9,12 @@ stdenvNoCC.mkDerivation { src = fetchurl { url = "https://volpeon.ink/emojis/neocat/neocat.zip"; - hash = "sha256-TLgD6uSBwVurIhvViAyOoVLnylmDq+H4obPKjCDbjoE="; + hash = "sha256-tcyeYfBEi3vahrCQrQOaXXvz/jdHYS8d/bdt4jFSrCo="; }; sourceRoot = "."; - nativeBuildInputs = [ unzip ]; + nativeBuildInputs = [unzip]; installPhase = '' runHook preInstall