gerrit: use hash instead of sha256

+1 -1
+1 -1
pkgs/applications/version-management/gerrit/default.nix
··· 6 6 7 7 src = fetchurl { 8 8 url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war"; 9 - sha256 = "sha256-irzzG8qLJaBdRULGRyoYkn0tc4Yfcg/xe2SLriD8mtM="; 9 + hash = "sha256-irzzG8qLJaBdRULGRyoYkn0tc4Yfcg/xe2SLriD8mtM="; 10 10 }; 11 11 12 12 buildCommand = ''