Skip to content

Commit 3c5bec4

Browse files
committed
icingaweb2-thirdparty: 0.13.1 -> 0.14.0
1 parent da72f82 commit 3c5bec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/icingaweb2/thirdparty.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenvNoCC.mkDerivation rec {
99
pname = "icingaweb2-thirdparty";
10-
version = "0.13.1";
10+
version = "0.14.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "Icinga";
1414
repo = "icinga-php-thirdparty";
1515
rev = "v${version}";
16-
sha256 = "sha256-vPr6rh/X5G///rqmgIdCYKDLeZMQVNK7FoINONO7Cw8=";
16+
sha256 = "sha256-2WrUGeWJLyRdbjVVxgAkEg9qMVHqxYJFmQGyVpu1Mlw=";
1717
};
1818

1919
installPhase = ''

0 commit comments

Comments
 (0)