Skip to content

Commit

Permalink
Merge pull request NixOS#302364 from r-ryantm/auto-update/quarkus
Browse files Browse the repository at this point in the history
quarkus: 3.9.1 -> 3.9.2
  • Loading branch information
wegank authored Apr 7, 2024
2 parents 0ead31e + c7efda2 commit 794b9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/qu/quarkus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.9.1";
version = "3.9.2";

src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-qWlg6ZferLAy3TOyFe7Dhy102GzISGpB08Dwy8JFxSk=";
hash = "sha256-olMkkvyEfMSktypmLBjJo/wL2zKOLvqms7TRucuAt78=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 794b9b2

Please sign in to comment.