rt: 5.0.5 -> 5.0.8

fsagbuya d9abc403 9216cf53

Changed files
+7 -7
pkgs
by-name
rt
top-level
+2 -2
pkgs/by-name/rt/rt/package.nix
···
stdenv.mkDerivation rec {
pname = "rt";
-
version = "5.0.5";
+
version = "5.0.8";
src = fetchFromGitHub {
repo = "rt";
rev = "rt-${version}";
owner = "bestpractical";
-
hash = "sha256-4E6xEk1sIiNBKJT4jD+SNK8Fs+hX8EuTv+jD1U1g6qY=";
+
hash = "sha256-4/iC1PjLgLAp7XWTafe8HW3bTkDWWQxtSEIOs8wluzE=";
};
patches = [
+5 -5
pkgs/top-level/perl-packages.nix
···
DBIxSearchBuilder = buildPerlPackage {
pname = "DBIx-SearchBuilder";
-
version = "1.77";
+
version = "1.82";
src = fetchurl {
-
url = "mirror://cpan/authors/id/B/BP/BPS/DBIx-SearchBuilder-1.77.tar.gz";
-
hash = "sha256-O/il1cjF/cYK0vY/Y/c90fZJP/TYJYcoOj4iM36P4HA=";
+
url = "mirror://cpan/authors/id/B/BP/BPS/DBIx-SearchBuilder-1.82.tar.gz";
+
hash = "sha256-3IDX5PRVdt4/2Ui2slD+3FAM/QCrzTC2qLLXeJV2uPE=";
buildInputs = [ DBDSQLite ];
propagatedBuildInputs = [
···
pname = "HTML-RewriteAttributes";
version = "0.05";
src = fetchurl {
-
url = "mirror://cpan/authors/id/T/TS/TSIBLEY/HTML-RewriteAttributes-0.05.tar.gz";
-
hash = "sha256-GAjsfN9A0nCFdf5hVaiPEDsX/sd5c6WDHC8kwlDnpYw=";
+
url = "mirror://cpan/authors/id/B/BP/BPS/HTML-RewriteAttributes-0.06.tar.gz";
+
hash = "sha256-vGQgAmEUL5pffgeG3FqySmMwvBm9Hj6btLbXwxYhtyI=";
propagatedBuildInputs = [ HTMLParser ];
meta = {