Skip to content

Commit

Permalink
icingaweb2-thirdparty: 0.12.0 -> 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 15, 2023
1 parent d17c5a3 commit 0cdaebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/icingaweb2/thirdparty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
pname = "icingaweb2-thirdparty";
version = "0.12.0";
version = "0.12.1";

src = fetchFromGitHub {
owner = "Icinga";
repo = "icinga-php-thirdparty";
rev = "v${version}";
sha256 = "sha256-ZKERh8lssN5TF6W2eUY1j+kSslxOmGj72dV45a23o7Q=";
sha256 = "sha256-T67DcsHVf3yDQveNtSPqLoOOPuT4ThkUSCJ9aCSVaIc=";
};

installPhase = ''
Expand Down

0 comments on commit 0cdaebb

Please sign in to comment.