Skip to content

Commit

Permalink
Merge pull request NixOS#274530 from r-ryantm/auto-update/icingaweb2-…
Browse files Browse the repository at this point in the history
…thirdparty

icingaweb2-thirdparty: 0.12.0 -> 0.12.1
  • Loading branch information
wegank authored Jan 28, 2024
2 parents cdae3a4 + 0cdaebb commit 929d593
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 929d593

Please sign in to comment.