pkgs: refactor 'sha256' -> 'hash'
This commit is contained in:
parent
eb34d23e3d
commit
ffd3fb06bd
7 changed files with 9 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ buildGoModule rec {
|
|||
src = fetchgit {
|
||||
url = "https://git.clsr.net/util/ff2mpv-go/";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-e/AuOA3isFTyBf97Zwtr16yo49UdYzvktV5PKB/eH/s=";
|
||||
hash = "sha256-e/AuOA3isFTyBf97Zwtr16yo49UdYzvktV5PKB/eH/s=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue