gortr: use 'hash' instead of 'sha256' attribute

This commit is contained in:
Steffen Vogel 2024-10-27 10:58:25 +01:00
parent fbc0b893e6
commit 038bdcf50c

View File

@ -12,7 +12,7 @@ buildGoModule rec {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
sha256 = "sha256-W6+zCLPcORGcRJF0F6/LRPap4SNVn/oKGs21T4nSNO0=";
hash = "sha256-W6+zCLPcORGcRJF0F6/LRPap4SNVn/oKGs21T4nSNO0=";
};
vendorHash = null;