1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

Merge pull request #308208 from r-ryantm/auto-update/gerrit

gerrit: 3.9.2 -> 3.9.4
This commit is contained in:
Pol Dellaiera 2024-05-01 22:56:13 +02:00 committed by GitHub
commit 0bb87bb775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.9.2";
version = "3.9.4";
src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-KsuuwFKdpXHDVAZZ2JiX781mgqDQyyEILo4lmNn+8YE=";
hash = "sha256-pjrWXfae1momJRTfdIPalsLynAGwqp1VtX9M9uqzJwM=";
};
buildCommand = ''