forked from mirrors/nixpkgs
lavat: replace fetchFromGitHub "sha256" with generic "hash" argument
This commit is contained in:
parent
3e8f314771
commit
dd8c5e5f70
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||||
owner = "AngelJumbo";
|
owner = "AngelJumbo";
|
||||||
repo = "lavat";
|
repo = "lavat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-xDjqKhwoaqCqo7tkpcEe2MBEpVTJUOpKtu7Fi9aPOPo=";
|
hash = "sha256-xDjqKhwoaqCqo7tkpcEe2MBEpVTJUOpKtu7Fi9aPOPo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue