lavat: replace fetchFromGitHub "sha256" with generic "hash" argument

This commit is contained in:
Skyler 2023-06-05 23:35:49 +02:00 committed by GitHub
parent 3e8f314771
commit dd8c5e5f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
owner = "AngelJumbo";
repo = "lavat";
rev = "v${version}";
sha256 = "sha256-xDjqKhwoaqCqo7tkpcEe2MBEpVTJUOpKtu7Fi9aPOPo=";
hash = "sha256-xDjqKhwoaqCqo7tkpcEe2MBEpVTJUOpKtu7Fi9aPOPo=";
};
installPhase = ''