fup: vendorSha256 -> vendorHash
This commit is contained in:
parent
2a18f7913d
commit
78aaf62549
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pkgs.buildGoModule {
|
||||||
wrapProgram $out/bin/fup --prefix PATH : ${lib.makeBinPath [ depot.third_party.cheddar ]}
|
wrapProgram $out/bin/fup --prefix PATH : ${lib.makeBinPath [ depot.third_party.cheddar ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorSha256 = "sha256:0i2ag29jsv3dmd28q7h022z3ym6mh9mywpxy4i6d8fg7gai7xkph";
|
vendorHash = "sha256:0i2ag29jsv3dmd28q7h022z3ym6mh9mywpxy4i6d8fg7gai7xkph";
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
description = "Simple file upload manager.";
|
description = "Simple file upload manager.";
|
||||||
|
|
Loading…
Reference in a new issue