Commit 038bdcf5 authored by Steffen Vogel's avatar Steffen Vogel
Browse files

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

parent fbc0b893
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;