Skip to content

Commit c39f775

Browse files
r-ryantmFRidh
authored andcommitted
icingaweb2: 2.8.0 -> 2.8.1
1 parent 37379c0 commit c39f775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/icingaweb2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, lib, fetchFromGitHub, makeWrapper, php }: with lib; stdenv.mkDerivation rec {
22
pname = "icingaweb2";
3-
version = "2.8.0";
3+
version = "2.8.1";
44

55
src = fetchFromGitHub {
66
owner = "Icinga";
77
repo = "icingaweb2";
88
rev = "v${version}";
9-
sha256 = "18q3d15w7d46g4vyq4iph5c1bbxcl8ikcdc8djrfi30wx36ziybs";
9+
sha256 = "1hmw681a2qv578npr389szkxpbhcfqzq9c1wzkbjjm3avnvi37mf";
1010
};
1111

1212
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)