update neocat hash

This commit is contained in:
twoneis 2025-03-15 12:21:49 +01:00
parent c658ec46ad
commit 019fd7cf40

View file

@ -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