perl-Server-Starter: 0.32 -> 0.33

+5 -5
+5 -5
pkgs/top-level/perl-packages.nix
··· 11976 }; 11977 }; 11978 11979 - ServerStarter = buildPerlModule { 11980 - name = "Server-Starter-0.32"; 11981 src = fetchurl { 11982 - url = mirror://cpan/authors/id/K/KA/KAZUHO/Server-Starter-0.32.tar.gz; 11983 - sha256 = "a8ecc19f05f3c3b079e1c7f2c007a6df2b9a2912b9848a8fb51bd78c7b13ac1a"; 11984 }; 11985 - buildInputs = [ TestRequires TestSharedFork TestTCP ]; 11986 meta = { 11987 homepage = https://github.com/kazuho/p5-Server-Starter; 11988 description = "A superdaemon for hot-deploying server programs";
··· 11976 }; 11977 }; 11978 11979 + ServerStarter = buildPerlModule rec { 11980 + name = "Server-Starter-0.33"; 11981 src = fetchurl { 11982 + url = "mirror://cpan/authors/id/K/KA/KAZUHO/${name}.tar.gz"; 11983 + sha256 = "109cc1ede244f2edb7e020c507d4a1ff7a8074f22a8f7c30253fb00af1aba6f6"; 11984 }; 11985 + buildInputs = [ ModuleBuild TestRequires TestSharedFork TestTCP ]; 11986 meta = { 11987 homepage = https://github.com/kazuho/p5-Server-Starter; 11988 description = "A superdaemon for hot-deploying server programs";