Fix deprecation warning
This commit is contained in:
parent
aaddfe7507
commit
b25d625177
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ with import <nixpkgs>{};
|
|||
version = "0.1";
|
||||
|
||||
src = ./.;
|
||||
vendorSha256 = "sha256-k45e6RSIl3AQdOFQysIwJP9nlYsSFeaUznVIXfbYwLA=";
|
||||
vendorHash = "sha256-k45e6RSIl3AQdOFQysIwJP9nlYsSFeaUznVIXfbYwLA=";
|
||||
subPackages = [ "." ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue