fup: vendorSha256 -> vendorHash

This commit is contained in:
Luke Granger-Brown 2024-03-01 17:35:58 +00:00
parent 2a18f7913d
commit 78aaf62549

View file

@ -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.";