Merge pull request #126700 from symphorien/ttrss-tumblr-gdpr-stable

[21.05] tt-rss-plugin-tumblr-gdpr: 2.1 -> 2.2
This commit is contained in:
Guillaume Girol 2021-06-15 17:37:51 +00:00 committed by GitHub
commit c98f59e292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,22 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tt-rss-plugin-tumblr-gdpr"; pname = "tt-rss-plugin-tumblr-gdpr";
version = "2.1"; version = "2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GregThib"; owner = "GregThib";
repo = "ttrss-tumblr-gdpr"; repo = "ttrss-tumblr-gdpr";
rev = "v${version}"; rev = "v${version}";
sha256 = "09cbghi5b6ww4i5677i39qc9rhpq70xmygp0d7x30239r3i23rpq"; sha256 = "sha256-oCdpgfOvXNui2KaS48WeyVy8Of6IlPOxQR6gmPiyH0s=";
}; };
installPhase = '' installPhase = ''
mkdir -p $out/tumblr_gdpr runHook preInstall
mkdir -p $out/tumblr_gdpr
cp init.php $out/tumblr_gdpr cp init.php $out/tumblr_gdpr
runHook postInstall
''; '';
meta = with lib; { meta = with lib; {
@ -24,7 +27,7 @@ stdenv.mkDerivation rec {
The name of the plugin in TT-RSS is 'tumblr_gdpr'. The name of the plugin in TT-RSS is 'tumblr_gdpr'.
''; '';
license = licenses.gpl3; license = licenses.gpl3Only;
homepage = "https://github.com/GregThib/ttrss-tumblr-gdpr"; homepage = "https://github.com/GregThib/ttrss-tumblr-gdpr";
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];
platforms = platforms.all; platforms = platforms.all;