Skip to content

Commit

Permalink
gerrit: 3.9.6 -> 3.9.7
Browse files Browse the repository at this point in the history
https://www.gerritcodereview.com/3.9.html#397

Signed-off-by: Felix Singer <felixsinger@posteo.net>
  • Loading branch information
felixsinger committed Oct 11, 2024
1 parent eea0382 commit 9c5de48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gerrit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.9.6";
version = "3.9.7";

src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-O3QYzBsRsdIv8lDUq/yQ0ZVLlJcIUZKfr2MrvRmeF5s=";
hash = "sha256-vnKMXcpXg8Fwo1hoKAvlZuD9aZzQksihTAbziKRj324=";
};

buildCommand = ''
Expand Down

0 comments on commit 9c5de48

Please sign in to comment.