pkgs/kaiteki: fix broken vendor hash
i didn't realize that changing the package version invalidated the vendor hash :|
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user