rt: 5.0.5 -> 5.0.8 (#443689)

This commit is contained in:
Marcus Ramberg
2025-09-17 17:46:30 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -13,13 +13,13 @@
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
View File
@@ -10327,10 +10327,10 @@ with self;
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 = [
@@ -16201,8 +16201,8 @@ with self;
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 = {