pkgs/kaiteki: fix broken vendor hash

i didn't realize that changing the package version invalidated the vendor hash :|
This commit is contained in:
2022-06-05 04:17:30 -07:00
parent 0e20ca3abe
commit 10db7ff8d2

View File

@@ -8,7 +8,7 @@ flutter.mkFlutterApp rec {
pname = "kaiteki"; pname = "kaiteki";
version = "1.0"; version = "1.0";
vendorHash = "sha256-N7s63e8z4pAFtFV9cFN+CIIg+A/s8lYfiJWrBkMkkd0="; vendorHash = "sha256-y22Fvkm2sV0Gso7Z8yHlMU4wiHocytonGCB6GWhaqZo=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kaiteki-Fedi"; owner = "Kaiteki-Fedi";